i\'m using glide v4 to load an image from an url into an ImageView. Like this:
ImageView
GlideApp.with(view.context) .load(url) .into(view)