Hi everyone,

I need to make an application that would show a number of images on the
screen. The images can vary in height and width. I want to be able to show
the images in a scrollView, such that there are no empty spaces between
images. So...

1 -  its a scrollable view,
2 - with 3 columns. Each column has a fixed width,
3 - and each image of different heights and widths adjusts its width
according to the width of the column.

The number of images is not known, and they would be added to the
scrollView at runtime. How do I construct this view? Would scrollview be a
good choice? Can I have a gridView for the purpose?

-- 
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