Skip to content

Sanakhatun/ExpandableListView_Tutorial

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages