[android-developers] Tapping activity after startActivityForResult

2009-11-23 Thread Michael Scott
Hi, I have two buttons in an activity/view A0, b1 and b2 that respectively starts (for result) the activities A1 and A2. After tapping/clicking b1 I quickly tap b2 aswell. The result will be that both A1 and A2 are launched. Is there any obvious way to not have this behaviour, i.e. to lock A0? I

Re: [android-developers] Tapping activity after startActivityForResult

2009-11-23 Thread Mark Murphy
Michael Scott wrote: Hi, I have two buttons in an activity/view A0, b1 and b2 that respectively starts (for result) the activities A1 and A2. After tapping/clicking b1 I quickly tap b2 aswell. The result will be that both A1 and A2 are launched. Is there any obvious way to not have this