Android DialogFragments. DialogFragment is a utility class which extends the Fragment class. It is a part of the v4 support library and is used to display an overlay modal window within an activity that floats on top of the rest of the content. Essentially a DialogFragment displays a Dialog but inside a Fragment.
A common UI pattern is to darken the background behind the dialog to focus attention on the dialog. We get that for free with
where does the dialog take place