Changes

Jump to: navigation, search

The Anatomy of an Android Studio Android Application

22 bytes removed, 18:44, 16 January 2015
Application Resources
== Application Resources ==
In addition to the manifest file and the Dex files that contain the executable byte code for the Dalvik VM, an Android application package will also typically contain a collection of resource files. These files contain resources such as the strings, images, fonts and colors that appear in the user interface together with the XML representation of the user interface layouts. By default, these files are stored in the /res sub-directory of the application project’s hierarchy.
== Application Context ==

Navigation menu