我正在使用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中显示图像。任何人都可以更正我的代码?
答案 0 :(得分:0)
使用 glide 或 picaso 库从服务器加载图像,也可以加载本地图像