Re: [android-developers] Activity background processing

2010-04-17 Thread Mark Murphy
skyhigh wrote: > "Note that when you write an activity, you can make it stop or > continue running when it is moved to the background (see onStop() in > Activity Lifecycle). For activities that download data from the > network, it's recommended to let them continue downloading so the user > can mul

[android-developers] Activity background processing

2010-04-17 Thread skyhigh
I was reading the Android "Application Fundamentals" page located at http://developer.android.com/guide/topics/fundamentals.html#actlife and found this interesting information in the "Multitasking" section: "Note that when you write an activity, you can make it stop or continue running when it is