On Mon, Jun 21, 2010 at 9:26 AM, Paul <[email protected]> wrote: > I want to display a tree like data structure, for the Swing JTree is > ideal. Is there any widget that provides that?
There is ExpandableListView, which offers a two-level tree-ish UI. Otherwise, there are no tree widgets built into Android. > Or any implementation of Swing for Android? No, sorry. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android App Developer Books: http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

