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
ActivityOptionsCompat
          Helper for accessing features in ActivityOptions introduced in API level 16 in a backwards compatible fashion.
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.BigPictureStyle
          Helper class for generating large-format notifications that include a large image attachment.
NotificationCompat.BigTextStyle
          Helper class for generating large-format notifications that include a lot of text.
NotificationCompat.Builder
          Builder class for NotificationCompat objects.
NotificationCompat.InboxStyle
          Helper class for generating large-format notifications that include a list of (up to 5) strings.
NotificationCompat.Style
          An object that can apply a rich notification style to a Notification.Builder object.
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 © 2013 Marek Kedzierski. All Rights Reserved.