Package-level declarations

Types

Link copied to clipboard
A fragment that displays a dialog window, floating in the foreground of its activity's window.
Link copied to clipboard
abstract class FragmentContainer
abstract class FragmentContainer
Callbacks to a Fragment's container.
Link copied to clipboard

FragmentContainerView is a customized Layout designed specifically for Fragments. It extends FrameLayout, so it can reliably handle Fragment Transactions, and it also has additional features to coordinate with fragment behavior.

Link copied to clipboard
Provides integration points with a FragmentManager for a fragment host.
Link copied to clipboard
open class FragmentFactory
open class FragmentFactory
Interface used to control the instantiation of Fragment instances.
Link copied to clipboard

Integration points with the Fragment host.

Link copied to clipboard
Static library support version of the framework's android.app.FragmentManager.
Link copied to clipboard
FragmentManagerNonConfig stores the retained instance fragments across activity recreation events.
Link copied to clipboard
Listener for receiving a callback immediately following onAttach.
Link copied to clipboard
Implementation of PagerAdapter that represents each page as a Fragment that is persistently kept in the fragment manager as long as the user can return to the page.
Link copied to clipboard
Listener for handling fragment results.
Link copied to clipboard
A class that manages passing data between fragments.
Link copied to clipboard
Implementation of PagerAdapter that uses a Fragment to manage each page.
Link copied to clipboard
Special TabHost that allows the use of Fragment objects for its tab content.
Link copied to clipboard
abstract class FragmentTransaction
abstract class FragmentTransaction
Static library support version of the framework's android.app.FragmentTransaction.
Link copied to clipboard
open class ListFragment : Fragment
open class ListFragment : Fragment
Static library support version of the framework's android.app.ListFragment.
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class PredictiveBackControl