Java android.content Loader fields, constructors, methods, implement or subclass

Example usage for Java android.content Loader fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.content Loader.

The text is from its open source code.

Subclass

android.content.Loader has subclasses.
Click this link to see all its subclasses.

Method

voidforceLoad()
Force an asynchronous load.
intgetId()
booleanisStarted()
Return whether this load has been started.
voidstartLoading()
This function will normally be called for you automatically by android.app.LoaderManager when the associated fragment/activity is being started.
StringtoString()