androidx.contentpager.content
Annotations
| ContentPager.CursorDisposition |
Interfaces
| ContentPager.ContentCallback | Callback by which a client receives results of a query. |
| ContentPager.QueryRunner | Implementations of this interface provide the mechanism for execution of queries off the UI thread. |
| ContentPager.QueryRunner.Callback | Callback that receives a cursor once a query as been executed on the Runner. |
Classes
| ContentPager |
ContentPager provides support for loading "paged" data on a background thread
using the ContentResolver framework.
|
| LoaderQueryRunner |
A ContentPager.QueryRunner that executes queries using a LoaderManager.
|
| Query |
Encapsulates information related to calling ContentResolver.query(Uri, String[], Bundle, CancellationSignal),
including the logic determining the best query method to call.
|

