I have the following problem:
I have an exisiting ListFragment, but I would like to display this as a dialog.
ListFragment
My first approach was to create a
I would either put the ListView inside a DialogFragment or try to put the ListFragment inside a Dialog. I am not sure if the second one is possible though.
ListView
DialogFragment
Dialog