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
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
Here's a previous instance of this question along with a good answer:
You should use ExpandableListView
. Perfectly suits your needs. Refer the documentation