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

https://github.com/blad/androidrecursivetreeview

Sample of Recursive Tree View
https://github.com/blad/androidrecursivetreeview

Last synced: 10 months ago
JSON representation

Sample of Recursive Tree View

Awesome Lists containing this project

README

          

Android Recursive Tree View
====================================

This sample application is an example of how one can build a view hierarchy based
on a recursive data structure.

The application also provides the ability to expand and collapse child elements.

## Possible Improvements & Links
* http://android-developers.blogspot.com/2009/02/android-layout-tricks-1.html
* http://android-developers.blogspot.com/2009/03/android-layout-tricks-3-optimize-by.html
* http://android-developers.blogspot.com/2009/03/android-layout-tricks-3-optimize-with.html
* http://android-developers.blogspot.com/2009/02/track-memory-allocations.html

## Preview of Application
![Android Recursive Tree View](https://s3.amazonaws.com/uploads.hipchat.com/56587/750791/FUrRb3PXmQnMF4g/preview.png)