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.
For more information, see the Application Resources guide.
Type | Reason |
---|---|
Access | Enumerates values returned by several methods of Android.Content.Res.Access and taken as a parameter of the Android.Content.Res.AssetManager.Open member. |
AssetFileDescriptor | File descriptor of an entry in the AssetManager. |
AssetFileDescriptor+AutoCloseInputStream | An InputStream you can create on a ParcelFileDescriptor, which will take care of calling Android.OS.ParcelFileDescriptor.Close for you when the stream is closed. |
AssetFileDescriptor+AutoCloseOutputStream | An OutputStream you can create on a ParcelFileDescriptor, which will take care of calling Android.OS.ParcelFileDescriptor.Close for you when the stream is closed. |
AssetFileDescriptor+InterfaceConsts | Documentation for this section has not yet been entered. |
AssetManager | Provides access to an application's raw asset files; see Android.Content.Res.Resources for the way most applications will want to retrieve their resource data. |
ColorStateList | Lets you map Android.Views.View state sets to colors. |
ColorStateList+InterfaceConsts | Documentation for this section has not yet been entered. |
Configuration | This class describes all device configuration information that can impact the resources the application retrieves. |
Configuration+InterfaceConsts | Documentation for this section has not yet been entered. |
HardKeyboardHidden | Enumerates values returned by several types. |
IXmlResourceParser | The XML parsing interface returned for an XML resource. |
KeyboardHidden | Enumerates values returned by several types. |
KeyboardType | Enumerates values returned by several types. |
Navigation | Enumerates values returned by several types. |
NavigationHidden | Enumerates values returned by several types. |
ObbFlags | Enumerates values returned by several types. |
ObbInfo | Basic information about a Opaque Binary Blob (OBB) that reflects the info from the footer on the OBB file. |
ObbInfo+InterfaceConsts | Documentation for this section has not yet been entered. |
ObbScanner | Class to scan Opaque Binary Blob (OBB) files. |
Orientation | Enumerates values returned by several types. |
Resources | Class for accessing an application's resources. |
Resources+NotFoundException | This exception is thrown by the resource APIs when a requested resource can not be found. |
Resources+Theme | This class holds the current attribute values for a particular theme. |
Screen | Enumerates values returned by several types. |
ScreenLayout | Enumerates values returned by several types. |
TouchScreenType | Enumerates values returned by several types. |
TypedArray | Container for an array of values that were retrieved with NoType:android/content/res/Resources$Theme;Href=../../../../reference/android/content/res/Resources.Theme.html#obtainStyledAttributes(android.util.AttributeSet, int[], int, int) or Android.Content.Res.Resources.ObtainAttributes(Android.Util.IAttributeSet, System.Int32[]). |
UiMode | Enumerates values returned by several types. |