Bitmap bitmap = BitmapFactory.decodeFile(imageFile); myImageView.setImageBitmap(bitmap); imageFile就是SD卡圖片路徑...
請先 登入 以發表留言。