[android-developers] Launching the correct activity on resume

2010-01-22 Thread Josh Hoffman
I'm currently working with a two-activity application. The first activity allows the user to choose options for their upload, and the second activity displays a ListView of their results once processed. I have code in place that performs the uploads/downloads in the background, regardless of

Re: [android-developers] Launching the correct activity on resume

2010-01-22 Thread Vo Trung Liem
Hi, No need set up your Manifest to get this functionality. You just use function onActivityResult() to code for your functionality. Example: Activity1 call Activity2 then Activity1 will resume after Activity2 finish. Activity1 will call Activity2 by function: startActivityForResult(intent,