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
- Host: GitHub
- URL: https://github.com/blad/androidrecursivetreeview
- Owner: blad
- Created: 2014-08-13T01:10:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-13T03:56:32.000Z (almost 12 years ago)
- Last Synced: 2025-03-30T23:44:45.471Z (about 1 year ago)
- Language: Java
- Size: 219 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
