I have several questions about android's camera. How to use it in Activity I already know, but I'd like to know why on some devices camera.autoFocus(AutoFocusCallback autoFocusCallback)? Is there a way to show Bitmap in SurfaceView?
And last, but not least: decoding Bitmaps from file. On some devices captured images are very large and memory is a limited resource. Is there a way to scale image to my liking, i.e. width == CONSTANT, height == scaled so the image would look normally?