Capture Image from built-in Camera Android

Capture Image from built-in Camera Android

Hi All,
Here i am only giving the code so please read this and learn. It is very easy so i did not think to explain this code.
Bye :).

Get image from built-in camera. There are two type of images. One is low quality and the second is high quality and both are handle in this code.
If you want high quality image then add the below permission in your manifest.
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />


No comments:

Post a Comment