androidx.loader.content
Interfaces
| Loader.OnLoadCanceledListener<D> | Interface that is implemented to discover when a Loader has been canceled before it finished loading its data. |
| Loader.OnLoadCompleteListener<D> | Interface that is implemented to discover when a Loader has finished loading its data. |
Classes
| AsyncTaskLoader<D> |
Static library support version of the framework's AsyncTaskLoader.
|
| CursorLoader |
Static library support version of the framework's CursorLoader.
|
| Loader<D> |
Static library support version of the framework's Loader.
|
| 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. |