19.10.11

Android Paradigm and Task Killers

I just wanted to add a very quick post here.   This will not be long and only has one message.  Task Killers on Android are not necessary!  They are useful only if you want to "restart" an application.  Even that you can do in the native OS, via Manage Applications in your settings.  There will be a force stop under each application listed.

Android is excellent at managing applications and memory.  Here is how so called task killers reduce your performance.  When you have used an app and gone into others, android "suspends" the application.  Therefore when you later go back to that application, it beings it to the front.  Sort of like swapping.  But if you kill the applications, when you start them, you will be counter intuitive in the following ways:

  • Your program has restarted rather than continuing from where you left off
  • Takes longer to go back to a killed app as the system has to setup the environment and load all the program files again.  I cannot confirm this, but it follows to me that you would also use more battery, although small.  But hey!  Why waste?
  • This one may sound a bit off, but hear me out.  You are not working in the Android paradigm.  What I mean here, is the idea is your apps are in a state where you left them.  Each app works in a "compartment".  When you switch to another, you just put that compartment down and use another.  Thus things are more easily "at your finger tips"  HA HA HA finger tips... ok.  But I hope you get my point here.
What I am trying to say here is Android is awesome at memory management.  By using task killers, you are counteracting part of what makes Android, well,.... Android.  :P   I suppose a task killer MAY be good for legacy droid devices where memory was a premium... but on any modern devices, task killers are just a problem.

Have a super-droid day!
//Ian\\

No comments: