Bitmap myBitmap = BitmapFactory.decodeFile(imgFile.getAbsolutePath()); myImage.setImageBitmap(myBitmap);
File file = .... Uri uri = Uri.fromFile(file); imageView.setImageURI(uri);
References
https://stackoverflow.com/questions/4181774/show-image-view-from-file-path
https://stackoverflow.com/questions/15814638/how-to-set-an-image-to-imageview-using-filepath-in-android