I would need to wake up my camera when i click a button on my App. After that it takes a picture and save it to the sdcard and display the path of that image as Toast? How can this be done?
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.
There are many samples out there on the web, i.e.
http://github.com/commonsguy/cw-advandroid/tree/master/Camera/
especially look at:
http://github.com/commonsguy/cw-advandroid/blob/master/Camera/Picture/src/com/commonsware/android/camera/PictureDemo.java