I was reading this great article talking about how to build more efficient Android apps:http://blog.azoft.com/android-application-development-tips/.
Those tips are really helpful. But I don't quite sure about this one:
"Since each process requires 2MB and might be restarted when foreground apps need memory, make sure the services are short-lived."
Is that real that each process requires 2 MB memory in Android please?