Thanks for the reply.

For my 4th question I had read somewhere (perhaps stackoverflow) that
after android (ActivityManager?) unloads Application, Activities,
Services etc., it doesn't kill the actual kernel process but instead
somehow keeps it around in a pool to avoid the overhead of new linux
process creation. Given that static heap variables are "outside" the
android components, I was worried my static instances would persist
and dirty a new process! I haven't been able to find much on this
however..

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to