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