Can you make an ImageView load an image from a remote server through the ImageView.setImageURI(URI uri) method?
+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
2010-06-19 23:14:53