You have seen how to use ListActivity to display a List of items in an Activity. Similar to that we have a ListFragment which can be used to display a List of items in a Fragment.
The advantages of using a ListFragment are:
- You don’t have to create a Layout XML file. You can if you want.
- You don’t have to create an EventListener.
To learn more please watch the Video.
Source Code available here