设置imageView显示网络上的图片 picUrl = new URL(getIntent().getExtras().getString("map_url"));
Bitmap pngBM = BitmapFactory.decodeStream(picUrl.openStream());
mapIMG.setImageBitmap(pngBM);
2022-11-30 21:45:13
设置imageView显示网络上的图片 picUrl = new URL(getIntent().getExtras().getString("map_url"));
Bitmap pngBM = BitmapFactory.decodeStream(picUrl.openStream());
mapIMG.setImageBitmap(pngBM);