So im working on a personal app that i can take a pic, provide a few bits 
of data and save all the information to my DB and upload the image taken to 
the server.

i found this information:
http://developer.android.com/training/camera/photobasics.html

After reading thru this page, if i understood correctly, i will HAVE to 
save the image first to the device then i can upload it?

i was hoping to accomplish something similar to the "take picture" option 
when you have a MMS that you are sending a picture.
Within the MMS app, you can click the paperclip image, select "take 
picture" take it, confirm you want to attach and it does so and sends when 
you hit send.
I mean it does seem to save that picture anyway to the device, but id like 
to accomplish the same thing, where its all done within my app.

Is there another site or tutorial that would have something similar? 

Is this the best way to accomplish this task?
http://stackoverflow.com/questions/5991319/capture-image-from-camera-and-display-in-activity


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to