package

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 .
CursorLoaderStatic library support version of the framework's .
Loader<D>Static library support version of the framework's .
Loader.ForceLoadContentObserverAn 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.