I am trying to do the same( http://stackoverflow.com/questions/4850404/how-to-get-result-of-child-activities-in-a-parent-tab-activity) but i am not getting it can you please give an example
On Fri, Jul 22, 2011 at 4:12 PM, Rocky <[email protected]> wrote: > u can use bundle or when u call activity2 , call with > startActivityForResult, and use the appropriate method. > > > > On Fri, Jul 22, 2011 at 4:02 PM, kaushik p <[email protected]> wrote: > >> Hi all , >> >> Is there any way to get data back from the child activity to the parent >> activity ?? >> For example if >> >> 1) Activity1 calls Activity2 >> 2) now when the activity2 is finished i want some data back from it . >> >> Please help me find the solution >> -- >> Thanks&Regards >> Kaushik Pendurthi >> >> http://kaushikpendurthi.blogspot.com/ >> >> -- >> 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 > > > > > -- > Thanks & Regards > > Rakesh Kumar Jha > Software Developer > Symphony Services Corp (India) Pvt Ltd > Bangalore > (O) +918030274295 > (R) +919886336619 > > -- > 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 -- Thanks&Regards Kaushik Pendurthi http://kaushikpendurthi.blogspot.com/ -- 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

