/ExpandableListView_Tutorial

ExpandableListView in Android

Primary LanguageJava

ExpandableListView_Tutorial

ExpandableListView Tutorial in Android

In this tutorial, we are implementing ExpandableListView in android

About ExpandableListView

A view that shows items in a vertically scrolling two-level list. This differs from the ListView by allowing two levels: groups and respective children. Groups which can individually be expanded to show its children and collapsed to hide visible children. The items come from the ExpandableListAdapter associated with this view.

Capture+_2020-01-19-22-36-37 Capture+_2020-01-19-22-36-43