Hi there! Currently I am working on an application where the user should be able to take photos. Right now I am using a self-made Activity for this, but this is far from being optimal - it works on the G1, but fails on the Nexus One.
Is there any way how I can call a native camera app to take the photo, and get the JPG data, e.g. via onActivityResult? But there is a catch in it: The code should work on all devices. And as far as I know, some devices bring there own camera apps. This is ok as long as all camera apps share the same API, but this does not seem to be the case. What are your best practices to solve this problem? Or do you write your own activities, too? Thanks in advance & regards Marc Reichelt || http://marcreichelt.de/ -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

