Android
  • 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
  • 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
system-architecture.jpg
page_revision: 46, last_edited: 1257171633|%e %b %Y, %H:%M %Z (%O ago)
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License