Android Treeview

Answering my own question, since we implemented this many months ago.

Our implementation in an open-source proejct.


i solved it for me, posting in a similar thread: other thread

enter image description here


Our company also open-sourced a solution for this. It is available as library, so very easy to use: http://code.google.com/p/tree-view-list-android/

enter image description here


I had the same issue. You can check out my implementation AndroidTreeView.

  • Its N-level tree.

  • Custom style for nodes

  • Save state after rotation

AndroidTreeView