Re: [android-developers] Running multiple activities in for loop one after the other - android

2010-10-01 Thread TreKing
On Fri, Oct 1, 2010 at 11:29 AM, Gopi wrote: > Any clue how to implement this? First question is "Why are you trying to do this?" - TreKing - Chi

[android-developers] Running multiple activities in for loop one after the other - android

2010-10-01 Thread Gopi
Hello I have multiple activities in my android app and one final activity "All" which should run all the activities of my app one after the other. When I kept all my activities in for loop and used startactivity(intent) for each activity in that for loop, at the end I could see not all my activiti