Hi friends,

In my application I am switching betweeen 4 activities

ActivityA , ActivityB,ActivityC, ActivityD

while returning from actvityD i am setting
Intent in = new Intent();
                in.putIntegerArrayListExtra("items", sel_supp);
                setResult(RESULT_OK, in);
                finish();

-- 
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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to