Using the camera activity in Android
If you want to get the image back in its full glory, pass in a uri to the Intent within the EXTRA_OUTPUT extra. If you’re fine with a smallish bitmap (and you should be), just call the intent as normal. Now you have two options, deal with the uri of the image that is returned … Read more