I want to show image after capture by click button Capture in the FirstActivity and show image in the activity_second(layout) using SecondActivity.
FirstActivity
get the path of the image that you stored and pass it as an extra using intents to other activity in the onActivityResult(). Hope this may help you.