[android-developers] pass checkbox status between activities

2010-01-03 Thread Abhi
Hi, How can we pass checked box status from one activity to the calling activity? For e.g., I have two activities. The first activity calls the second activity that has a listview with checkboxed items and two buttons, 'OK' and 'CANCEL'. The second activity has to pass the names of list items

Re: [android-developers] pass checkbox status between activities

2010-01-03 Thread Mark Murphy
How can we pass checked box status from one activity to the calling activity? For e.g., I have two activities. The first activity calls the second activity that has a listview with checkboxed items and two buttons, 'OK' and 'CANCEL'. The second activity has to pass the names of list items