
What we will do?
-> We will make an application with a button which when pressed opens a camera. You can take a picture then it is saved in the sdcard.
What we need?
Eclipse ADT
A mobile with a Camera and sdcard
Step 1 : Create a new Project by going on File->New->Android Application Project.
Step 2 : Give a Name to your Application like CameraApp. Then click on Next...till Finish.
Step 3: Make a...