Stay organized with collections
Save and categorize content based on your preferences.
android.content.res
Interfaces
Classes
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# android.content.res\n===================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/content/res/package-summary \"View this page in Java\")\n\nInterfaces\n----------\n\n|--------------------------------------------------------------------------------|---------------------------------------------------------|\n| [FontScaleConverter](/reference/kotlin/android/content/res/FontScaleConverter) | A converter for non-linear font scaling. |\n| [XmlResourceParser](/reference/kotlin/android/content/res/XmlResourceParser) | The XML parsing interface returned for an XML resource. |\n\nClasses\n-------\n\n|----------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AssetFileDescriptor](/reference/kotlin/android/content/res/AssetFileDescriptor) | File descriptor of an entry in the AssetManager. |\n| [AssetManager](/reference/kotlin/android/content/res/AssetManager) | Provides access to an application's raw asset files; see [Resources](/reference/kotlin/android/content/res/Resources) for the way most applications will want to retrieve their resource data. |\n| [ColorStateList](/reference/kotlin/android/content/res/ColorStateList) | Lets you map [android.view.View](../../view/View.html#) state sets to colors. |\n| [Configuration](/reference/kotlin/android/content/res/Configuration) | This class describes all device configuration information that can impact the resources the application retrieves. |\n| [ObbInfo](/reference/kotlin/android/content/res/ObbInfo) | Basic information about a Opaque Binary Blob (OBB) that reflects the info from the footer on the OBB file. |\n| [ObbScanner](/reference/kotlin/android/content/res/ObbScanner) | Class to scan Opaque Binary Blob (OBB) files. |\n| [Resources](/reference/kotlin/android/content/res/Resources) | Class for accessing an application's resources. |\n| [TypedArray](/reference/kotlin/android/content/res/TypedArray) | Container for an array of values that were retrieved with [Resources.Theme.obtainStyledAttributes(AttributeSet, int[], int, int)](/reference/kotlin/android/content/res/Resources.Theme#obtainStyledAttributes(android.util.AttributeSet,%20kotlin.IntArray,%20kotlin.Int,%20kotlin.Int)) or [Resources.obtainAttributes](/reference/kotlin/android/content/res/Resources#obtainAttributes(android.util.AttributeSet,%20kotlin.IntArray)). |"]]