What is DialogFragment?

devquora
devquora

Posted On: Dec 26, 2020

 

A DialogFragment is a fragment that floats on top of the current activity window and displays a modal window. An instance of DialogFragment can be used to display an existing Dialog implementation dialog or a custom view hierarchy by using the Dialog class that is the base class for implementing a dialog.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions