I am using Glide to download and cache images on Android. Everything works well except the fact that I don\'t want to load the bitmaps directly into the ImageView
ImageView
It is now even simpler on Glide 4.9.0.
Glide.with(this) .downloadOnly() .load(url)