Since: API Level 1
package

android.content.res

Classes | Description

Contains classes for accessing application resources, such as raw asset files, colors, drawables, media or other other files in the package, plus important device configuration details (orientation, input types, etc.) that affect how the application may behave.

more...

Interfaces

XmlResourceParserThe XML parsing interface returned for an XML resource. 

Classes

AssetFileDescriptorFile descriptor of an entry in the AssetManager. 
AssetFileDescriptor.AutoCloseInputStreamAn InputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescritor.close() for you when the stream is closed. 
AssetFileDescriptor.AutoCloseOutputStreamAn OutputStream you can create on a ParcelFileDescriptor, which will take care of calling ParcelFileDescritor.close() for you when the stream is closed. 
AssetManagerProvides access to an application's raw asset files; see Resources for the way most applications will want to retrieve their resource data. 
AssetManager.AssetInputStream 
ColorStateListLets you map View state sets to colors. 
ConfigurationThis class describes all device configuration information that can impact the resources the application retrieves. 
ObbInfoBasic information about a Opaque Binary Blob (OBB) that reflects the info from the footer on the OBB file. 
ObbScannerClass to scan Opaque Binary Blob (OBB) files. 
ResourcesClass for accessing an application's resources. 
Resources.ThemeThis class holds the current attribute values for a particular theme. 
TypedArrayContainer for an array of values that were retrieved with obtainStyledAttributes(AttributeSet, int[], int, int) or obtainAttributes(AttributeSet, int[])

Exceptions

Resources.NotFoundExceptionThis exception is thrown by the resource APIs when a requested resource can not be found.