[android-developers] Re: Load of applications in RAM

2009-09-01 Thread Dianne Hackborn
This describes how processes are managed: http://developer.android.com/guide/topics/fundamentals.html#proclife You can look at the log during boot to get an idea of what goes on during that time -- each time a process is a started a log is printed saying so with a string reason code for why it wa

[android-developers] Re: Load of applications in RAM

2009-09-01 Thread salza
How can I set a trigger of an application? And which triggers do "built-in" applications like e.g. Phone have? As you said, that as little as possible should be loaded at system startup, is there any regulation system that controls that not too many applications are loaded into RAM at system sta

[android-developers] Re: Load of applications in RAM

2009-08-28 Thread Mark Murphy
> I think I have do differentiate between home applications / "built-in" > applications like the phone application and application that are not > needed immediately after boot-up. > > So are these different types of applications loaded into RAM at boot- > up or when they are first activated or whe