Jacek Kwiecień
Jacek Kwiecień

Reputation: 12659

ListView in another ListView

can I have something like this:

¤list 1 element 1

¤¤list 2 element 1

¤¤list 2 element 2

¤¤ ...

¤list 1 element 2

¤¤list 3 element 1

¤¤ list 3 element 2

¤¤ ...

starting to wonder it's stupid as I write it

Upvotes: 0

Views: 1133

Answers (2)

Ron
Ron

Reputation: 24235

You should use ExpandableListView. Perfectly suits your needs. Refer the documentation

Upvotes: 3

Steve Bergamini
Steve Bergamini

Reputation: 14600

Here's a previous instance of this question along with a good answer:

android nested listview

Upvotes: 3

Related Questions