Stay organized with collections
Save and categorize content based on your preferences.
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-05-15 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-05-15 UTC."],[],[],null,["# androidx.loader.content\n=======================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/loader/content/package-summary \"View this page in Java\")\n\nInterfaces\n----------\n\n|----------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------|\n| [Loader.OnLoadCanceledListener](/reference/kotlin/androidx/loader/content/Loader.OnLoadCanceledListener) | Interface that is implemented to discover when a Loader has been canceled before it finished loading its data. |\n| [Loader.OnLoadCompleteListener](/reference/kotlin/androidx/loader/content/Loader.OnLoadCompleteListener) | Interface that is implemented to discover when a Loader has finished loading its data. |\n\nClasses\n-------\n\n|--------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [AsyncTaskLoader](/reference/kotlin/androidx/loader/content/AsyncTaskLoader) | Static library support version of the framework's [android.content.AsyncTaskLoader](https://developer.android.com/reference/android/content/AsyncTaskLoader.html). |\n| [CursorLoader](/reference/kotlin/androidx/loader/content/CursorLoader) | Static library support version of the framework's [android.content.CursorLoader](https://developer.android.com/reference/android/content/CursorLoader.html). |\n| [Loader](/reference/kotlin/androidx/loader/content/Loader) | Static library support version of the framework's [android.content.Loader](https://developer.android.com/reference/android/content/Loader.html). |\n| [Loader.ForceLoadContentObserver](/reference/kotlin/androidx/loader/content/Loader.ForceLoadContentObserver) | An implementation of a ContentObserver that takes care of connecting it to the Loader to have the loader re-load its data when the observer is told it has changed. |"]]