I have an activity A. Starting an activity B from A. In activity B, I capture an image with camera present in the device and at the end of that activity come back to Activity A. In this activity have to display the captured image. How to accomplish this task? Running on version 2.3.3…Have had a look here Capture Image from Camera and Display in Activity but the same NullPointerException…Running on LG device.
Share
You can pass the URL of the captured image from Activity B to Activity A using intent.putExtras methos.
Refer Passing string array between android activities
For Capturing image refer below code