-
String path="//sdcard//DCIM//a31.jpg"; File file = new File(path); if(file.exists()){ Bitmap bm = BitmapFactory.decodeFile(path); pruductImg.setImageBitmap(bm); }

String path="//sdcard//DCIM//a31.jpg";
File file = new File(path);
if(file.exists()){
Bitmap bm = BitmapFactory.decodeFile(path);
pruductImg.setImageBitmap(bm);
}