Re: [android-developers] Process in Android

2010-01-12 Thread Dianne Hackborn
That is working as intended, as described here: http://developer.android.com/guide/topics/fundamentals.html#proclife On Tue, Jan 12, 2010 at 7:08 PM, Android Developer wrote: > Hi, > > I have an application which has one activity. The application is > launched. When i say back, OnDestory() woul

[android-developers] Process in Android

2010-01-12 Thread Android Developer
Hi, I have an application which has one activity. The application is launched. When i say back, OnDestory() would be called. This means that the activity is being killed. What will happen to the process? Will the process also be killed? But when i use ps command i could see the process still runn