[android-developers] Horizontal scrolling list with image and text

2010-10-08 Thread Lance Hill
It seems like the best way to create a horizontal scrolling list of images is to use the Gallery widget. I need to display sidebar text with each image.The examples I have seen showing how to use the Gallery widget only show images. Is it possible to display a list of images+text descriptions in a

Re: [android-developers] Horizontal scrolling list with image and text

2010-10-08 Thread TreKing
On Fri, Oct 8, 2010 at 11:26 AM, Lance Hill wrote: > Is it possible to display a list of images+text descriptions in a Gallery, > and if it is, does anyone have an example of how to do this? > I have not used Gallery, but considering it's just another ViewGroup, I don't see why you couldn't jus