Parsing data from Json as a collection of image to Picasso

前端 未结 2 664
攒了一身酷
攒了一身酷 2021-01-29 09:51

I tried to parse a collection of image to recyclerview as gridview using Picasso library but i cannot make it work

Note : i dont h

2条回答
  •  有刺的猬
    2021-01-29 10:07

    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.

提交回复
热议问题