user2054910
user2054910

Reputation:

Implement a ListView with dynamic section

Does anyone have any suggestion or Open Source project to implement a ListView like the following image? I don't even know how to call it, to do a nice search (Searching for ListView with dynamic sections I found this).

enter image description here

Upvotes: 0

Views: 212

Answers (1)

Tim Mutton
Tim Mutton

Reputation: 756

The image in question is of an Expandable List View (which is a built-in view). Expandable list views allow you to style the groups and children differently and handles expanding/contracting the groups.

Look at http://www.androidhive.info/2013/07/android-expandable-list-view-tutorial/ and http://developer.android.com/reference/android/widget/ExpandableListView.html for more information

Upvotes: 0

Related Questions