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
You can go with
Gallerywidget.using
Gallerywould 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 forListViewas single image thumbnail.or you can have a look at
HorizontalListview