What did you try? Remember that standard Windows / PC UI controls won't necessarily translate well to a mobile platform with limited screen space and a finger as an input device versus a more-accurate mouse pointer, especially for a control like a TreeView that expands out and has various small areas that can be clicked.
In any case, this is probably your best option: http://developer.android.com/intl/fr/reference/android/widget/ExpandableListView.html ------------------------------------------------------------------------------------------------- TreKing - Chicago transit tracking app for Android-powered devices http://sites.google.com/site/rezmobileapps/treking On Wed, Dec 2, 2009 at 5:40 AM, sabs <[email protected]> wrote: > Hi all > My idea is to create a tree structure same as in windows device > manager. I would like to know how to create the tree structure in > android. > please help me i tried and finally i decided to post here. > > -- > You received this message because you are subscribed to the Google > Groups "Android Beginners" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

