I think there's a misconception by some that a process and an application
are co-dependent. If you can follow how the *nix exec() system call works,
you'll understand that a process can serially host any number of
applications. It's just a bit different on Android, where a process hosts a
JVM (Dalvik) which hosts the Android SDK, which hosts the application, if I
understand it correctly.

-- 
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