2

I need to create multiple lists and each list should be in collapse view as shown in pic below

enter image description here

User can open multiple collapse section at a time. I have to create this but I am not sure how I can do that, any hint or help will be highly appreciated.

1 Answer 1

2

It's called ExpandableListView

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

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

1 Comment

thanks for pointing out in right direction....followed this tutorial to achieve the required result https://www.tutorialspoint.com/how-to-create-a-expandable-listview-using-kotlin

Your Answer

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

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.