您如何使用 URL 中引用的图像ImageView?
ImageView
无论如何,人们要求我的评论将其发布为答案。我在发帖。
URL newurl = new URL(photo_url_str); mIcon_val = BitmapFactory.decodeStream(newurl.openConnection().getInputStream()); profile_photo.setImageBitmap(mIcon_val);