[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 -- ThanksRegards Kaushik Pendurthi

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 kaushiks...@gmail.com wrote: Hi all , Is there any way to get data back from the child activity to the parent activity ?? For example if

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 rkjhaw1...@gmail.com wrote: u can use bundle or when u call

Re: [android-developers] Intent Data

2011-07-22 Thread Rocky
see the http://alltechsolution.wordpress.com/page/2/ SavedInstance : onSaveInstanceState : onRestoreInstanceStatehttp://alltechsolution.wordpress.com/2011/04/13/savedinstance-onsaveinstancestate-onrestoreinstancestate/