Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.