0

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

1 Answer 1

0

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.