

Following are some important methods that are used by this class :

ExpandableListViewAdapter in android loads the data into the items associated with this view. It differs from a ListView by allowing two levels which are groups that can be easily expanded and collapsed by touching to view and their respective children items. Android ExpandableListViewĪndroid ExpandableListView is a view that shows items in a vertically scrolling two-level list. It’s sort of menu and submenus in a Android ListView.

In this tutorial we’ll implement an ExpandableListView which is used to group list data by categories. Welcome to Android ExpandableListView Example Tutorial.
