Blog Archives

How to launch android camera using intents

Instead of writing your own activity to capture the pictures you probably prefer (in most cases)  to use existent Camera activity which actually have good UI and features. It’s really easy to do, just launch it with Intent like in

Tagged with: , , ,
Posted in Android, Tips and Tricks

How to use autofocus in Android

I’m having Android G1 device and while I’m doing the photos with integrated camera software I see that device is trying to focus before taking the photos (I hear the beep and see green border after camera is focused) But

Tagged with: , , ,
Posted in Software Development, Tips and Tricks