Okay, point is that there may be some 3rd party app you have installed which does not stop using system resources, it may be installed as a service or have a service as part of it. Take the Locale application which changes you profile based on your location, that must be running in the background and checking GPS location to determine where you are and what profile to use.
Now maybe, just maybe, one of the 62 applications you have installed does similar processing in the background. And someone can correct me if I am completely wrong here, just because you return to the home screen doesn't mean that the application you were just in suddenly stops processing and dies. It may be doing some cleaning up, caching, destructor functions. Then things hang around for garbage collection. Mike On Thu, Jan 15, 2009 at 3:38 PM, pilkro <[email protected]> wrote: > > Not really. > > If I'm doing video encoding on my desktop, and then I finish encoding > and exit the program my desktop should not be sluggish to respond. > > On Jan 15, 3:19 am, Imran Ali <[email protected]> wrote: > > Good reply Mike > > > > > > On 14 Jan 2009, 9:48 PM, "pilkro" <[email protected]> wrote: > > > A > > > > thitd party app shouldn't s... > > > > On Jan 14, 1:54 pm, "LB Coder" <[email protected]> wrote: > The > availability > > of the amateurish app... > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
