My activity extends another custom class but I need to use ListFragment.
Is there any way to solve this?
My activity extends another custom class but I need to use ListFragment.
Is there any way to solve this?
Make the custom class extend ListFragment.