Hi friends let us learn how to create a camera based application in android.
Basics for capturing a image using existing camera in our mobile
You will use MediaStore.ACTION_IMAGE_CAPTURE to launch an existing
camera application installed on your phone. Its syntax is given below
Intent intent = new Intent(android.provider.MediaStore.ACTION_IMAGE_CAPTURE);
Apart from the above , there are other availaible Intents provided by MediaStore. They are...