I am using Fragment
which is an instance of Fragment
and not of DialogFragment
I am displaying form inside this fragment, and one of the field is DateField
I want to have date picker component for that field in Fragment
I did google most of the search result shows how to use DialogFragment
to have DatePicker
and then use show()
method of Fragment
which isn't working in my case because of type mismatch of Fragment and DialogFragment
Any example or idea would be helpful