I tried to parse a collection of image to recyclerview as gridview using Picasso library but i cannot make it work
recyclerview
gridview
Picasso
Note : i dont h
You can't load multiple images in single ImageView so try to load each image in different ImageView, As I have observerd there are fixed 3 number of images in each module so add 3 ImageViews in your xml layout and apply images separately.
ImageView
ImageViews