Android
- marketing
- kernel
- OpenBinder 1.0
- distributed component architecture similar in broad strokes to COM on Windows and CORBA on Unix
- A Parcelable is a class which can marshal its state to something Binder can handle — namely, a “Parcel”
- runtime
- dex(Dalvik EXcutable)
- Google Developer Day 2008 China - Android: Dalvik VM by Dan Bornstein
- Dalvik VM Internals
- dalvik.system.Zygote
- allows a VM instance to be partially initialized and then fork()'d from the partially initialized state
- fork
- Forks a new Zygote instance
- forkAndSpecialize
- Forks a new VM instance
- forkSystemServer
- start the system server process
- Libraries
- Architecture
page_revision: 46, last_edited: 1257171633|%e %b %Y, %H:%M %Z (%O ago)





