Hi friends,, In my tabactiviy i am doing a startActivityForResult from ActivityA which is under activity group to a new class ActivityB which is not under Tabactivity, >From ActivityB when i do setResult(RESULT_OK,intent); finish(); onActivityResult is never invoked in ActivityA. It is not working.
I referred this link but did not understand much . http://stackoverflow.com/questions/2497205/how-to-return-a-result-startactivityforresult-from-a-tabhost-activity -- Regards, Vani Reddy -- You received this message because you are subscribed to the Google Groups "Android Developers" 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-developers?hl=en

