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