From: Jaimie Vandenbergh on 29 Jan 2010 13:21 On Fri, 29 Jan 2010 09:49:48 -0600, Nancy <metoo(a)privacy.net> wrote: >Android's secret for multitasking is that it allows 3rd party apps to >run in the background as services, and it has very good memory >management. If and when it does have to kill off a background app to >give more resources to a foreground app, the background app being killed >off saves it's current state, so that when you do go back to it, you are >right where you were when you left it, and it's as though it never >closed. That design makes it appear flawless. Tidy. Symbian (the normal Nokia OS these days) does similar auto shutdowns to recover memory, but doesn't automatically restart anything, and they're gone from the task switcher. Do kill apps in Android show as still running in the task switcher? Cheers - Jaimie -- "On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question."
From: Jaimie Vandenbergh on 29 Jan 2010 13:25 On Fri, 29 Jan 2010 18:21:49 +0000, Jaimie Vandenbergh <jaimie(a)sometimes.sessile.org> wrote: >On Fri, 29 Jan 2010 09:49:48 -0600, Nancy <metoo(a)privacy.net> wrote: > >>Android's secret for multitasking is that it allows 3rd party apps to >>run in the background as services, and it has very good memory >>management. If and when it does have to kill off a background app to >>give more resources to a foreground app, the background app being killed >>off saves it's current state, so that when you do go back to it, you are >>right where you were when you left it, and it's as though it never >>closed. That design makes it appear flawless. > >Tidy. Symbian (the normal Nokia OS these days) does similar auto >shutdowns to recover memory, but doesn't automatically restart >anything, and they're gone from the task switcher. > >Do kill apps in Android show as still running in the task switcher? Kill_ed_ apps, I mean. J -- "If this crazy idealistic 'dont-eat-people' idea of yours was to catch on, I just don't know where we would all be. Fortunately, I suppose it catching on isn't really very likely -- why, you might just as well go around saying 'Don't fight people'..." -- Flanders & Swann
From: Richard Tobin on 29 Jan 2010 13:43 In article <n7p5m5tb46t4mpco7gb42kge7hrgjm3gi4(a)4ax.com>, Jaimie Vandenbergh <jaimie(a)sometimes.sessile.org> wrote: >File transfer and contact transfer. So 1990's to have to either email >or hand-type a contact across! For a mere 25p or so, you can send it as an MMS. -- Richard -- Please remember to mention me / in tapes you leave behind.
From: Nancy on 29 Jan 2010 15:18 Jaimie Vandenbergh wrote: > On Fri, 29 Jan 2010 09:49:48 -0600, Nancy <metoo(a)privacy.net> wrote: > >> Android's secret for multitasking is that it allows 3rd party apps to >> run in the background as services, and it has very good memory >> management. If and when it does have to kill off a background app to >> give more resources to a foreground app, the background app being killed >> off saves it's current state, so that when you do go back to it, you are >> right where you were when you left it, and it's as though it never >> closed. That design makes it appear flawless. > > Tidy. Symbian (the normal Nokia OS these days) does similar auto > shutdowns to recover memory, but doesn't automatically restart > anything, and they're gone from the task switcher. This is how android does it. Android does not auto-restart the app, it's just where you last left it off when you open it again. > > Do kill apps in Android show as still running in the task switcher? > > Cheers - Jaimie Neither do the killed off apps show up in the task manager. I really am curious to know if there is someone here who can explain the inner working of the iPhone OS to me? I'm very interested in how it works. :)
From: Chris Ridd on 29 Jan 2010 15:26
On 2010-01-29 20:18:24 +0000, Nancy said: > I really am curious to know if there is someone here who can explain > the inner working of the iPhone OS to me? I'm very interested in how > it works. :) Grab a copy of the developer kit/documentation? Underneath it is just Unix. -- Chris |