> I need to start the Camera activity from within my application, take a > picture, and return the photo URI to another activity.
Ugh. The more I search for answers, the more baffled I get... Here's what I need to do: - From the home screen, have a big button saying "Click here to take a photo" - Show a camera preview screen, let the user take a photo - Go back to the home screen, display the photo as a thumbnail (using the photo URI, I guess) - If the user is happy, upload the photo as a multipart message My app is mostly complete, but I'm really struggling to know how to use the Camera API, and how to get something as simple as a URI back from it. I'm writing an open source, useful application for a charity. Does anyone have any sample code that might help me? Google people - it would really help to have some sample code for how to do this - I can see from the forums that it's a common problem :( Anna --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

