Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
It's alright FBM - the more the merrier
Definitely read up on Android. It's designed to do so. I'll leave the why as your homework as plenty have provided resources for you to refer to.Why does this thing insist on keeping crap sitting in RAM? Windows does a better job then this, cmon Google.....
Why does this thing insist on keeping crap sitting in RAM? Windows does a better job then this, cmon Google.....
Why does this thing insist on keeping crap sitting in RAM? Windows does a better job then this, cmon Google.....
it is so weird, i completely understand the way Android OS works and manages it's RAM. and i understand that task killers are not necessary, however, every time i delete my task killer, my phone boggs down terribly about half way through the day (heavy user) so i have decided to keep my task killer on my phone and i am happy. i have a feeling it is only an issue with the D1's tho as the newer phones have double the RAM.
Why does this thing insist on keeping crap sitting in RAM? Windows does a better job then this, cmon Google.....
The question shouldn't be "Why does Vista use all my memory?", but "Why the heck did previous versions of Windows use my memory so ineffectively?"
- Android is hard coded to automatically kill a task when more memory is needed.
- Android is hard coded to automatically kill a task when it’s done doing what it needs to do.
- Android is hard coded to automatically kill a task when you haven’t returned to it in a long time.
- Most services (while possibly running in the background) use very little memory when not actively doing something.
- A content provider is only doing something when there is a notification for it to give. Otherwise it uses very little memory.
- Killing a process when it isn’t ready only causes it to have to reload itself and start from scratch when it’s needed again.
- Because a task is likely running in the background for a reason, killing it will only cause it to re-spawn as soon as the activity that was using it looks for it again. And it will just have to start over again.
- Killing certain processes can have undesirable side effects. Not receiving text messages, alarms not going off, and force closes just to name a few.
- The only true way to prevent something from running at all on your phone would be to uninstall the .apk.
- Most applications will exit themselves if you get out of it by hitting “back” until it closes rather than hitting the “home” button. But even with hitting home, Android will eventually kill it once it’s been in the background for a while.