I have a recyclerview with diffutil. Already I using Glide to load images inside the ImageViews.
recyclerview
diffutil
Glide
ImageViews
on the onBindV
onBindV
Try clearing the image before loading a new one in your loadImage method:
loadImage
view.main_image.setImageBitmap(null) Glide.with(...)