Please suggest the most appropriate way to implement a list of GridView
(s), having different number of items.

First problem was to have differnt height for each GridView. So, I
have successfully tried to create the GridView dynamically and
appending them to the ScrollView.
Is this appropriate?

But now I am concerned about peformance, as the list needs to be re-
drawn many times.
And we have lots of images that may scale, so GC got too much work to
do.
Any suggestions?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to