I want to develop an application with a custom camera with one button over it. when i click on that button the picture should be clicked. once the picture is clicked there should be two buttons ‘save’ and ‘retake’. If i click on save button the captured image should be saved to specified directory. if i click on retake button it should navigate to previous screen(camera with button).
I have gone through many sites and links.but nothing helped me.please help me..
Follow this link. You’ll get a basic idea as to how to go about creating a custom camera app. Once you’ve assigned the image capture intent to the capture button, then you can go ahead. Suggest you to take one step at a time if you’re new to Android. You can find more info on building Camera apps here.