I have a requirement in which I want few images to be shown in one row with horizontal scroll option.
I tried putting a gridview inside a horizontal-scrollview, and sett
I suggest you should use RecycleView to achieve it. I think it is the easy way now. Take a look at this post to change RecycleView orientation to horizontal And how to make a RecycleView: follow this tutorial Hope this help