3.App Resources-Providing Resources

1. Providing Resources

  Once you externalize your application resources, you can access them using resource IDs that are generated in your project's R class

2. Providing Alternative Resources

  Almost every application should provide alternative resources to support specific device configurations. For instance, you should include

    alternative drawable resources for different screen densities and alternative string resources for different languages. At runtime,

    Android detects the current device configuration and loads the appropriate resources for your application.

  

原文地址:https://www.cnblogs.com/iMirror/p/4069141.html