Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 817 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 817 Bytes

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