androidx.loader.content

Interfaces

Loader.OnLoadCanceledListener

Interface that is implemented to discover when a Loader has been canceled before it finished loading its data.

Loader.OnLoadCompleteListener

Interface that is implemented to discover when a Loader has finished loading its data.

Classes

AsyncTaskLoader

Static library support version of the framework's android.content.AsyncTaskLoader.

CursorLoader

Static library support version of the framework's android.content.CursorLoader.

Loader

Static library support version of the framework's android.content.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.