I am using relativelayout to set an image.Why I hadn\'t using imageview means, inside relativelayout image, I am setting icons.
I dont know what is the issue exactly
Setup Glide with a parameter which has the correct lifecycle. For example: use Glide.with(this) instead of Glide.with(getContext()) in a custom view.
Glide.with(this)
Glide.with(getContext())