[android-developers] Re: Creating a JTree-like widget for Android?

2010-08-28 Thread FractalBob
On Aug 27, 8:08 am, TreKing treking...@gmail.com wrote: On Fri, Aug 27, 2010 at 9:20 AM, FractalBob ruom...@gmail.com wrote: Thanks for the pointer. You're welcome! It seems the objection to a JTree like view is that you'd run out of space on a small screen, but that's not valid,

[android-developers] Re: Creating a JTree-like widget for Android?

2010-08-27 Thread FractalBob
Thanks for the pointer. It seems the objection to a JTree like view is that you'd run out of space on a small screen, but that's not valid, since you could wrap the tree in a scrollview. I guess I'll have to abandon my project until a tree view of some kind makes it to Android, as I don't want to

Re: [android-developers] Re: Creating a JTree-like widget for Android?

2010-08-27 Thread TreKing
On Fri, Aug 27, 2010 at 9:20 AM, FractalBob ruom...@gmail.com wrote: Thanks for the pointer. You're welcome! It seems the objection to a JTree like view is that you'd run out of space on a small screen, but that's not valid, since you could wrap the tree in a scrollview. That's one