I am relatively new to android and stuck on this particular implementation.
How do i implement a View(RecyclerView
) with Horizontal GridLayoutManager
(3*5) along with PageIndicator
so basically 1st page would show 15 images, swiping left would show another 15(PageIndicator
would change color) and so on.
Thanks in advance!!