Is it possible to show ListFragment as Dialog? Or there\'s no way and I should implement my own ListView, empty TextView and
ListFragment
Dialog
ListView
TextView
I am not very sure whether it works with ListFragment or not but we can show an activity as Dialog by applying a theme to activity in manifest file as:
Please try with your ListFragment, and let me know if it works.
Thank you.