added in version 27.1.0
android.support.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 query(Uri, String[], Bundle, CancellationSignal) ,
including the logic determining the best query method to call.
|
R | |
R.attr | |
R.bool | |
R.color | |
R.dimen | |
R.drawable | |
R.id | |
R.integer | |
R.layout | |
R.string | |
R.style | |
R.styleable |