I want to show the captured image after somebody clicks it. The current approach I'm using is creating a new Activity for ImageView after saving the picture to a SD card but this is taking a lot of time and a lag is visible.
After the ImageView activity, I want to again switch to CameraPreview activity. Could this be done using a single activity and replacing the preview with ImageView in the same activity?