I have an array of images with their respective ids. I want to change the background of the RecyclerView
grids by fetching images from this array using their ids.
In this image grid it has dark blue background, and I want to change each grid's background with some random image by fetching their ids from an array. Please help me to do this!
You can use Color Pallette and extract color of each image. Each image will be an item in recylerview.
U can use color pallete to extract color and change background. Please async method for faster operation. Use this link as reference: AndroidColorPalette