userx
userx

Reputation: 876

Implementing tree like view in android

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

Answers (1)

Nikhil
Nikhil

Reputation: 2883

Please check thease options like

Treelist 1

Treelist 2

Upvotes: 5

Related Questions