Android .apk loading in the memory -
i need know, when click on application in android, how loaded in memory, , how process created application, , can see code flow in android source(dialer application).
in contrast traditional execution pre-running process called zygote containing dalvik vm , many other system libraries told fork child becomes application process loads dex classes out of apk. zygote , dalvik aosp sources may of interest.
note launch may not mean new process may possible launch activity in existing process belonging application userid. conversely, seems user de-minimizing backgrounded activity can involve creation of new process pick disposed predecessor paused.
Comments
Post a Comment