Short descriptive app on best practices and knows issues which i have faced during my development with Glide. read more here.
I have observed grey/green background on white images loaded via glide cache.
Glide does not allows you to use setTag() method on imageView. Here is an alternative.
Glide uses LRU cache so we can not invalidate cache of particalur imageView but we can set the expiry time or last update time which would reload image from server.
- AppCompat
- Glide