搜索资源列表
the-architecture-of-Android
- 介绍了andriod系统源代码的层次结构-introduce the architecture of android source code
tree
- 实现多层树结构的展示,支持无限层次。操控简单。-Achieve multi-tree structure display, supports unlimited levels. Simple manipulation.
jsonToOBject
- android 里使用Gson 将json数据转换成对象。 不用一层一层的解析json的层次结构,只需要定义的对象的类的层次结构符合json数据里数据结构即可。
TreeListViewDemo
- 可以在安卓系统打印出树的层次结构,采用的是java的泛型编程,只需自己写节点类型和xml文件就可以实现自己的树。-You can print out the Android hierarchy tree, using generic programming java, just write your own node types and xml file you can implement your own tree.