The process of launching Android applications

I am looking for some information on how applications run on Android. I want infromation to be detected, which makes zygote about fork () too. Do you know some useful websites or books?

+6
source share
2 answers

I wrote a two-part series to explain the process of launching Android applications on my blog -

http://multi-core-dump.blogspot.com/2010/04/android-application-launch.html

http://multi-core-dump.blogspot.com/2010/04/android-application-launch-part-2.html

I hope you find this helpful.

+16
source

This presentation has a nice explanation. It is partially written in Korean, but most of the information is in English.

+2
source

Source: https://habr.com/ru/post/907592/


All Articles