TreeView like Functionality Android

前端 未结 3 1101
南旧
南旧 2021-01-01 05:42

I\'m implementing TreeView for my app. I\'ve searched the web, found one ListView implementation TreeView which is too messy. Is it p

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-01 06:10

    This google's projct will help to use it as a external android library. After unsetting the "isLibrary?" flag, the project can also be compiled and installed on its own - providing demo application that presents capability of the widget. It shows how the tree behaves dynamically including explanding and collapsing nodes for many/all node, providing context menu for the tree, custom tree view with checkboxes only available for leaf nodes, custom colouring and different text sizes for text for different levels of the tree (albeit ugly) of the tree.

    Hope this helps ... :)

提交回复
热议问题