My application has a button that when pressed is opened the camera, as soon as I take the photo, it is placed in an ImageView on the screen and the image path is saved in my database. I would like to know how it does for when I click the image on the screen, it opens in the gallery with the normal size of the image, because in my application it gets small. Remember, I have the path of the image in the database: "/storage/sdcard/1442199864328.jpg".
Thank you!