An open API service indexing awesome lists of open source software.

https://github.com/gcssloop/androidtreeview

安卓任意层级树形菜单
https://github.com/gcssloop/androidtreeview

Last synced: 3 months ago
JSON representation

安卓任意层级树形菜单

Awesome Lists containing this project

README

        

#Android任意层级树形菜单
#免费视频课程传送门 [【点击传送】](http://www.imooc.com/view/303)
作者微博: [@安卓攻城师sloop](http://weibo.com/5459430586/profile?topnav=1&wvr=6)
=====================================================================================

##实现过程:
---------
1.将用户数据转化为node节点

2.设置节点之间的关联关系

3.排序

4.过滤需要显示的数据

##涉及到的知识:
-------------
1.树形结构的数据组织

2.数据结构的进一步加强

3.反射+注解的使用(注解可以使用命名规范替代--可以提高一点效率)

4.封装与设计

截屏预览:
----------
![image](https://github.com/GcsSloop/AndroidTreeView/blob/master/Pic/Screenshot_1.png) ![image](https://github.com/GcsSloop/AndroidTreeView/blob/master/Pic/Screenshot_2.png)

## About