so we have an app that displaying menu to the user , so I am loading the image from URL like that
Picasso.get()
.load(it.image)
.resize(400, 400)
.centerCrop()
.into(ivCombo)
so everyday after couple of hours the device showing some images as black images and the issue will be resolved only when I clear the Cache