Hey, I haven't really put much thought into this so sorry if this is a stupid question. How would be the easiest way to implement a tree browser? Is there a tutorial that shows how to do this somewhere?
I thought maybe the easiest way was with an ExpandableListView, but it only displays a two level list. Would it be possible to display a multi level list so that it behaves like a tree? Would I have to create my own view by extending this view in order to do this? is there a simpler solution? Maybe I can just set the childs of the ExpendableListView to be ExpandableListViews themselves?
Sorry if my questions are a little vague or uniformed. I just need an easy way to browse a tree data structure in my app and wished someone would point me in the right direction.


