Key Android Resources List
Description
The following list has some of the key resources.
Color
Resource Type: Colors
Location: /res/values/any-file
String
Resource Type: Strings
Location: /res/values/any-file
String arrays
Resource Type: String arrays
Location: /res/values/any-file
Plurals
Resource Type: Plurals
Location: /res/values/any-file
Dimensions
Resource Type: Dimensions
Location: /res/values/any-file
Images
Resource Type: Images
Location: /res/drawable/multiple-files
Color drawables
Resource Type:Color drawables
Location: /res/values/any-file
or /res/drawable/multiple-files
Arbitrary XML files
Resource Type: Arbitrary XML files
Location: /res/xml/*.xml
Arbitrary raw resources
Resource Type:Arbitrary raw resources
Location:/res/raw/*.*
Arbitrary raw assets
Resource Type:Arbitrary raw assets
Location:/assets/*.*/*.*