DialogFragment is a fragment that displays a dialog window, floating on top of its activity's window.
DialogFragment
is a fragment that displays a dialog window, floating on top of its activity's window. Also BottomSheetDialogFragment
is a version of it which shows a bottom sheet instead of a floating dialog.
DialogFragment reference
BottomSheetDialogFragment reference