Package android.support.v4.content

Support android.content classes to assist with development of applications for android API level 4 or later.

See:
          Description


Interface Summary
Loader.OnLoadCompleteListener<D> Interface that is implemented to discover when a Loader has finished loading its data.
 

Class Summary
AsyncTaskLoader<D> Static library support version of the framework's AsyncTaskLoader.
ContextCompat Helper for accessing features in Context introduced after API level 4 in a backwards compatible fashion.
CursorLoader Static library support version of the framework's CursorLoader.
FileProvider Provider to support easy sharing of private files between apps.
IntentCompat Helper for accessing features in Intent introduced after API level 4 in a backwards compatible fashion.
Loader<D> Static library support version of the framework's Loader.
LocalBroadcastManager Helper to register for and send broadcasts of Intents to local objects within your process.
 

Package android.support.v4.content Description

Support android.content classes to assist with development of applications for android API level 4 or later. The main features here are Loader and related classes and LocalBroadcastManager to provide a cleaner implementation of broadcasts that don't need to go outside of an app.



Copyright © 2013 Marek Kedzierski. All Rights Reserved.