Android:ImageSwitcher

时间:2010-11-06 01:40:19

标签: android

如何使用imageswithcer从我的网站加载图片, 我的意思是,我需要将图像作为二进制文件发送吗? 或者我可以在图片上使用UR上的Imageswitcher吗?

1 个答案:

答案 0 :(得分:1)

您无法使用URI来获取远程图像。您需要获取图像并将其存储在本地。一种方便的方法是使用Drawable.createFromStream方法。有关一些好的链接,请参阅Macarse的答案:Does ImageView.setImageURI(Uri uri) work with remote files?