How can I display image in an ImageView in android from a URL (from the internet)?
ImageView
I think you can use the setImageUri method. The URI can be built using Uri.parse.