Example usage for Java android.content Loader fields, constructors, methods, implement or subclass
The text is from its open source code.
void | forceLoad() Force an asynchronous load. |
int | getId() |
boolean | isStarted() Return whether this load has been started. |
void | startLoading() This function will normally be called for you automatically by android.app.LoaderManager when the associated fragment/activity is being started. |
String | toString() |