I have an image URL. I want to display an image from this URL in an ImageView but I am unable to do that.
How can this be achieved?
try picassso nice and finishes in one statement
picassso
Picasso.with(context) .load(ImageURL) .resize(width,height).into(imageView);
tutorial: https://youtu.be/DxRqxsEPc2s