In my application i have Implement to take image from Gallery.
In that gallery is open on the click of button and after selecting the image, that activity is close and selected image is shown to the previous activity ImageView.
As like that, I want to imaplement the Camera preview that captured the image from camera Activity and after taking captured image i come back to my original activity with that captured image.
So how to implement such technique ??
Or is there any demo that take captured image from android camera and come back to original activity with that captured image ???
Thanks.
Is this, what you looking for? (AS I Understand you question)
In Manafiest.xml
In your activity