[android-developers] Re: Activity Lifecycle in Regards to Process Lifecycle and GC

2009-01-13 Thread iliketolearn
Thanks Dianne, as usual your responses are prompt and helpful. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To uns

[android-developers] Re: Activity Lifecycle in Regards to Process Lifecycle and GC

2009-01-13 Thread Dianne Hackborn
On Tue, Jan 13, 2009 at 12:27 PM, iliketolearn wrote: > When the system is running low on memory, can it selectively choose to > destroy an activity in the process, instead of the entire process? Currently it relies on killing the entire process, but this could change in the future. > For > e