I am developing an Android app which displays full screen images to the user. Images are fetched from the server. I am using Glide to show the image. But I want to display a ver
with Glide v4:
Glide.with(context) .load(URL) .thumbnail(0.1f) .into(image_view)