Hi Ev1 !! I am stuck with an issue with Camera built-in app. I intend to call built-in camera app from my app and then as user takes a snap it should quit camera app and return back to execute my decode() function.
Rite now the camera app is successfully opened but after taking one snap the camera app doesnt quits :S. I received a suggestion from one of the post to use startActivityForResult() and override onActivityResult(). But i am not clear how to use it. what to pass along with Intent(Intentobject, ?) & what to receive in RequestCode variable in override version of onActivityResult(). Hope i made myself clear. If there is any other solution to this problem. Kindly refer it. Thanks in advance !! Regards, wahib -- 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

