Skip to main content

Prologue

This is just a write up of some of the things I figured out during my time spent on figuring out Android. 
P.S I may be wrong.
Things change all the time in android
Most of this is based on M
This is mostly about the Java part of the framework

Contents:
The Startups: Init
The Startups: App_Process
The Startups: AndroidRuntime
The Startups: ZygoteInit
The Startups: SystemServer

ActivityManager: Basics
ActivityManager: How an Activity Starts
ActivityManager:Configuration Management


Comments