I\'am using Fragment which is an instance of Fragment and not of DialogFragment.
I did google most of the search result shows how to use DialogFragment to have DateP
. . . which isn't working in my case because of type mismatch of Fragment and DialogFragment
A DialogFragment IS-A Fragment because it extends Fragment.Therefore, you can use a DialogFragment anywhere you would a Fragment.
DialogFragment
Fragment