Is it possible to create or make a representation of the tree structure in android in the same way as the tree overview in the Android SDK?

I want to get a view of the tree structure in my application, and it should scroll both horizontally and vertically at the same time, just like the tree overview (which is used to search for the layout structure) in the Android SDK. Please please.

+5
source share
2 answers

I think you mean TreeMap?

http://developer.android.com/reference/java/util/TreeMap.html

Sorry, the part where you ask for Tree in Android, for Tree in Android, in the subject is a bit confusing. Hope this helps?

0
source

For treeView, here is the library https://github.com/bmelnychuk/AndroidTreeView Hope this helps you.

0
source

All Articles