I want to create a Tree view using vector in Android.It will like windows explorer i.e
If ‘+’ is clicked then should expand sub folders.Like wise ‘-‘ should collapse Sub folders and files.I am developing small application.Please guide me if anyone knows.Thanks in advance!
I want to create a Tree view using vector in Android.It will like windows
Share
There are several implementations of tree view, namely:
http://code.google.com/p/tree-view-list-android/
https://github.com/haxar/mangler/blob/master/android/src/org/mangler/android/ChannelList.java
https://stackoverflow.com/a/5515080/200272
Kind regards,
Bo