At the moment I am working on a file browser. Everything works fine with one exception: If the user clicks on an image (jpg, png, bmp, ..), I want the image to be displayed
Add single line code under your image view initialization into your activity and it will solve your problem..
image.setScaleType(ImageView.ScaleType.FIT_XY);