tags:

views:

83

answers:

2

Can you make an ImageView load an image from a remote server through the ImageView.setImageURI(URI uri) method?

+1  A: 

You didn't try it yet?

I've been using this approach.

EDIT:

Here's another cool example.

Macarse
+1  A: 

The short answer is no! It can't.

You could use ImageView.setImageURI(Uri uri) for instance if the uri contains a reference to a local file. Eg: file:///sdcard/images/thumb.png

Francesco