Package-level declarations
Types
Link copied to clipboard
open class DialogFragment : Fragment, DialogInterface.OnCancelListener, DialogInterface.OnDismissListener
open class DialogFragment : Fragment, DialogInterface.OnCancelListener, DialogInterface.OnDismissListener
A fragment that displays a dialog window, floating in the foreground of its activity's window.
Link copied to clipboard
open class Fragment : ComponentCallbacks, View.OnCreateContextMenuListener, LifecycleOwner, ViewModelStoreOwner, HasDefaultViewModelProviderFactory, SavedStateRegistryOwner, ActivityResultCaller
open class Fragment : ComponentCallbacks, View.OnCreateContextMenuListener, LifecycleOwner, ViewModelStoreOwner, HasDefaultViewModelProviderFactory, SavedStateRegistryOwner, ActivityResultCaller
Static library support version of the framework's android.app.Fragment.
Link copied to clipboard
open class FragmentActivity : ComponentActivity, ActivityCompat.OnRequestPermissionsResultCallback, ActivityCompat.RequestPermissionsRequestCodeValidator
open class FragmentActivity : ComponentActivity, ActivityCompat.OnRequestPermissionsResultCallback, ActivityCompat.RequestPermissionsRequestCodeValidator
Base class for activities that want to use the support-based Fragments.
Link copied to clipboard
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
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
interface FragmentOnAttachListener
interface FragmentOnAttachListener
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
interface FragmentResultListener
interface FragmentResultListener
Listener for handling fragment results.
Link copied to clipboard
interface FragmentResultOwner
interface FragmentResultOwner
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
Static library support version of the framework's android.app.FragmentTransaction.
Link copied to clipboard
Link copied to clipboard
Static library support version of the framework's android.app.ListFragment.
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard