Related questions
Android - Capture photo
In my application, i have to implement native camera activity where i have to launch the camera and take photo.
In detail,
my application containing, One TextView (at top) to display activity name and one Button (At bottom) and in …
How to Capture Image When Device is Locked
I want to capture image automatically by using either front or rear camera from an android device when screen is locked and someone try to unlock it. I checked it is possible in Android and some application is available in …
Android camera intent
I need to push an intent to default camera application to make it take a photo, save it and return an URI. Is there any way to do this?