Author Archives: admin

Android Series: Taking photos with Android built in camera

Today I will describe how to take a photo in android application using the built in camera. The way to do it is to simply start ‘activity for result’ instead of simple ‘activity’ and specify android camera application as our activity. Then, once a picture is taken with a nice built in camera application, we […]

Read More →