Hi all,

I'm using the Camera to take a photo, which I'd then like to pass to
another Activity (which will display it to the user) and following
that another Activity (which will upload the photo via POST to a
website).

My code works as far as taking the photo. But I don't understand how
to get a handle for the image - I'm guessing that I need to put
something inside the onPictureTaken method, where I launch the new
Activity, but I don't know what to pass to the new Activity so that it
can display the photo!

Should it be a URI (in which case, how do I get the URI of the picture
that I've just taken)? Or the raw data (in which case, what's the best
way to pass it)?

I hope someone out there knows. Please let me know if it would be
helpful to see code.

Many thanks!

Anna
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Beginners" 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-beginners?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to