Uses of Package
android.support.v4.app

Packages that use android.support.v4.app
android.support.v4.app Support android.app classes to assist with development of applications for android API level 4 or later. 
 

Classes in android.support.v4.app used by android.support.v4.app
Fragment
          Static library support version of the framework's Fragment.
Fragment.SavedState
          State information that has been retrieved from a fragment instance through FragmentManager.saveFragmentInstanceState.
FragmentActivity
          Base class for activities that want to use the support-based Fragment and Loader APIs.
FragmentManager
          Static library support version of the framework's FragmentManager.
FragmentManager.BackStackEntry
          Representation of an entry on the fragment back stack, as created with FragmentTransaction.addToBackStack().
FragmentManager.OnBackStackChangedListener
          Interface to watch for changes to the back stack.
FragmentTransaction
          Static library support version of the framework's FragmentTransaction.
LoaderManager
          Static library support version of the framework's LoaderManager.
LoaderManager.LoaderCallbacks
          Callback interface for a client to interact with the manager.
NotificationCompat.Builder
          Builder class for Notification objects.
ShareCompat.IntentBuilder
          IntentBuilder is a helper for constructing Intent.ACTION_SEND and Intent.ACTION_SEND_MULTIPLE sharing intents and starting activities to share content.
ShareCompat.IntentReader
          IntentReader is a helper for reading the data contained within a sharing (ACTION_SEND) Intent.
TaskStackBuilder
          Utility class for constructing synthetic back stacks for cross-task navigation on Android 3.0 and newer.
 



Copyright © 2011-2012 Google. All Rights Reserved.