0

In my project i have a list. this list includes thumbnail images which should be scrollable horizontally.

If i add a list inside HorizontalScrollView and inflate my list what will be output? I want to arrange all images horizontally.

How can I do that? Thanks

Hesam
  • 52,260
  • 74
  • 224
  • 365

1 Answers1

0

You can go with Gallery widget.

using Gallery would be easy for you as it is also implemented using Adapter pattern. So what you need to do is to provide Adapter implementation as you simply do for ListView as single image thumbnail.

or you can have a look at HorizontalListview

Adil Soomro
  • 37,609
  • 9
  • 103
  • 153