Use of System Resources in Android

The Android framework makes many native resources available, providing you with various strings, images, animations, styles, and layouts to use in your applications. Accessing the system resources in code is similar to using your own resources. The difference is that you use the native Android resource classes available from android.R, rather than the applicationspecifi c … Read more