Re: [android-developers] Intent Data

2011-07-22 Thread Rocky
see the http://alltechsolution.wordpress.com/page/2/ SavedInstance : onSaveInstanceState : onRestoreInstanceState http://alltechsolution.wordpress.com/2011/03/25/passing-bundles-around-activit

Re: [android-developers] Intent Data

2011-07-22 Thread kaushik p
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 wrote: > u can use bundle or when u call activity2 , call with > st

Re: [android-developers] Intent Data

2011-07-22 Thread Rocky
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 wrote: > Hi all , > > Is there any way to get data back from the child activity to the parent > activity ?? > For example if > > 1) Activity

[android-developers] Intent Data

2011-07-22 Thread kaushik p
Hi all , Is there any way to get data back from the child activity to the parent activity ?? For example if 1) Activity1callsActivity2 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://ka