Loader
public
class
Loader
extends Object
| java.lang.Object | |
| ↳ | android.content.Loader<D> |
This class was deprecated
in API level 28.
Use the Support Library
Loader
A class that performs asynchronous loading of data. While Loaders are active
they should monitor the source of their data and deliver new results when the contents
change. See LoaderManager for more detail.
Note on threading: Clients of loaders should as a rule perform any calls on to a Loader from the main thread of their process (that is, the thread