I have to display recyclerview for some images. Design should be as below :
Initially, On Screen it should be look like this :
Image 1 Image 3
Image 2 Image 4
Now, When User Scrolls it horizontally,
Image 1 Image 3 Image 5 Image 7
Image 2 Image 4 Image 6 Image 8
Condition is to display with maximum of Two rows. User can scroll list of images horizontally.
To Achieve this, What can I use ?
If we use RecyclerView then How can this be possible ?
Thanks.