An android tree structure view with high performance and rich features
Stars
472
Forks
94
Watchers
472
Open Issues
23
Overall repository health assessment
No package.json found
This might not be a Node.js project
Add secondary constructor to treeNode and simplify its creating
bdea4a4View on GitHubAdd possibility to update list of children while maintaining the tree structure
83e3e8cView on GitHubPrevented re-creating views for tree 2 times at each onCreateViewHolder
f496e31View on GitHubMerge pull request #53 from TomasJohansson/BaseNodeViewFactory_getViewType
a0995a5View on GitHubAdded the method 'BaseNodeViewFactory.getViewType' with a default implementation returning the treenode level.
36b92d0View on GitHubMerge pull request #52 from TomasJohansson/demo_avoid_show_arrow_when_no_children
1cf6ffcView on GitHubJust changed which parent and child nodes that should not have any child nodes in the demo code.
8ac2476View on GitHubAdded code that prevents the arrow image from being displayed when there are no child nodes.
fa80872View on GitHubUpdated the sample in such a way that the last child node does not contain any grand child nodes.
6ff77e8View on GitHub