Re: [android-beginners] Re: how to call a function after taking snap from camera?? plz help

2009-11-10 Thread wahib haq
hi Chris !! Its after a long time i am responding to your suggestion :S. I was out of this task for a while. I tried your suggestion that to use StartActivityForResult and then calling mufunction() in an override of onActivityResult(). But its not working and being a newbie its tough to find the

[android-beginners] Re: how to call a function after taking snap from camera?? plz help

2009-10-15 Thread Chris
Have you tried using StartActivityForResult then calling the myfunction () in an override of onActivityResult? Chris. On Oct 15, 1:58 am, wahib wahib.t...@gmail.com wrote: Hi!! I am stuck with this issue. When i press a button in my custom app the built-in camera app executes but after taking

[android-beginners] Re: how to call a function after taking snap from camera?? plz help

2009-10-15 Thread jbrohan
try http://code.google.com/p/android-playground-erdao/wiki/SnapFace This is how I got my project like yours going. Basically there is a callback after the picture is taken. John On Oct 14, 8:58 pm, wahib wahib.t...@gmail.com wrote: Hi!! I am stuck with this issue. When i press a button in my