Android Treeview

前端 未结 10 1850
野的像风
野的像风 2020-12-02 09:30

I know there is the ExpandableListView but it only supports up to 2 levels. I need a true treeview vertical list with at least up to ~5 levels (more is better).

Any

10条回答
  •  -上瘾入骨i
    2020-12-02 09:41

    I think if multilevel expandablelist is done properly it actually works and looks great. Here is another example of http://code.google.com/p/tree-view-list-android/

    enter image description here

提交回复
热议问题