Being new to Android, I want to know how we can retrieve the image captured from the camera (which is being called by my application through intents).
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer from Sandy is right but I would like to add more, that I tried to edit in his answer but couldn’t so posting this
You can check the New Image Taken at the Path specified above in
onActivityResult()method also Don’t Forget to putif() condition to check the resultCode is Ok or not. like this,