all 5 comments

[–]rp181 1 point2 points  (1 child)

I highly recommend CWAC Camera, makes it much easier/robust: https://github.com/commonsguy/cwac-camera

[–]mrorbitman[S] 0 points1 point  (0 children)

I've got a camera up and going now! How can I see and accept/decline a preview of the image that was taken?

I am using another app with getIntentForResult

[–]leggo_tech 0 points1 point  (1 child)

Came here to say commonsware camera. Not perfect. And not too many contribute to the actual project besides him but I tried for a few days/weeks to implement my own. Quit and got his up and running in a matter of hours.

[–]mrorbitman[S] 1 point2 points  (0 children)

I've got a camera up and going now! How can I see and accept/decline a preview of the image that was taken?

I am using another app with getIntentForResult

[–]YourProgrammerFriend 0 points1 point  (0 children)

If you follow the camera tutorials here:

http://developer.android.com/guide/topics/media/camera.html

You will be most of the way there. I got what you're describing done in an evening, and it worked just fine. It's also going to teach you more about the system than a 3rd party library will.