通过Uri设置ImageView

时间:2014-05-03 15:45:31

标签: android performance android-layout android-intent android-fragments

我正在使用restfull web Services开发Android Web应用程序。我在我的系统中将Image写为jpg文件。现在我需要将Image设置为ImageView.So我试过这样的

ImageView hotelLogo;
hotelLogo = (ImageView) findViewById(R.id.imgViewHotelLogo);
hotelLogo.setImageURI(Uri.parse("D:/images/Image0800.jpg"));

但它没有在我的ImageView中显示图像。任何人都可以更正我的代码?

1 个答案:

答案 0 :(得分:0)

使用 glide 或 picaso 库从服务器加载图像,也可以加载本地图像