I’m trying to implement the following listView:
- ListElement1
- ListElement2
- ListElement3 (currently selected)
- Some Details of
List Element 3
(maybe including
another view)
- Some Details of
- ListElement 4
I hope my question is easy to understand: How is it possible, to add some special information (these information are very long sometimes).
I can realise this by using ExpendableListViews with only one child element for each listelement… but I find this possibility not good.
Can someone help me?
Thank you!
To do this you’ll need an ExpandableListView
From the documentation: