Reputation: 876
I am trying to implement treeView in android using listView. There is ExpandableListView but it has only 2 levels. I don't want any constrain on levels.
ListItem is custom view having textview & button.
Also for every level I want to show title.
How to make it possible in android? Do you have any clue?
Thanx in advance.
Upvotes: 0
Views: 452