Thank you. I was looking for something that would mimic the behavior of floating elements in HTML, where several items can be added and they could end up looking like a grid.
Like this: http://gobeering.com/beers.html If you look at that page on a mobile device, the tags under a beer will move to a second row, when needed. On Dec 11, 8:15 am, "Mark Murphy" <[email protected]> wrote: > > Here's a simple program that puts a bunch of GridViews inside a > > ListView. > > Putting scrollable items inside scrollable items usually does not work > well in Android. I would recommend you use either a GridView or a > ListView. > > -- > Mark Murphy (a Commons Guy)http://commonsware.com > Android App Developer Books:http://commonsware.com/books.html -- 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

