0

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

Jacek Kwiecień
  • 12,397
  • 20
  • 85
  • 157

2 Answers2

3

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

android nested listview

Community
  • 1
  • 1
SBerg413
  • 14,515
  • 6
  • 62
  • 88
3

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

Ron
  • 24,175
  • 8
  • 56
  • 97