Showing a Dialog When you want to show your dialog, create an instance of your DialogFragment and call show(), passing theFragmentManager and a tag name for the dialog fragment. You can get the FragmentManager by calling getSupportFragmentManager() f…