Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
Annotations
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.
[null,null,["Last updated 2025-05-15 UTC."],[],[],null,["# androidx.contentpager.content\n=============================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/contentpager/content/package-summary \"View this page in Java\")\n\nInterfaces\n----------\n\n|------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------|\n| [ContentPager.ContentCallback](/reference/kotlin/androidx/contentpager/content/ContentPager.ContentCallback) | Callback by which a client receives results of a query. |\n| [ContentPager.QueryRunner](/reference/kotlin/androidx/contentpager/content/ContentPager.QueryRunner) | Implementations of this interface provide the mechanism for execution of queries off the UI thread. |\n| [ContentPager.QueryRunner.Callback](/reference/kotlin/androidx/contentpager/content/ContentPager.QueryRunner.Callback) | Callback that receives a cursor once a query as been executed on the Runner. |\n\nClasses\n-------\n\n|----------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [ContentPager](/reference/kotlin/androidx/contentpager/content/ContentPager) | [ContentPager](/reference/kotlin/androidx/contentpager/content/ContentPager) provides support for loading \"paged\" data on a background thread using the [ContentResolver](https://developer.android.com/reference/android/content/ContentResolver.html) framework. |\n| [LoaderQueryRunner](/reference/kotlin/androidx/contentpager/content/LoaderQueryRunner) | A [ContentPager.QueryRunner](/reference/kotlin/androidx/contentpager/content/ContentPager.QueryRunner) that executes queries using a [LoaderManager](https://developer.android.com/reference/android/app/LoaderManager.html). |\n| [Query](/reference/kotlin/androidx/contentpager/content/Query) | Encapsulates information related to calling query, including the logic determining the best query method to call. |\n\nAnnotations\n-----------\n\n|------------------------------------------------------------------------------------------------------------------|---|\n| [ContentPager.CursorDisposition](/reference/kotlin/androidx/contentpager/content/ContentPager.CursorDisposition) | |"]]