Android application Framework analysis [in process]

Source: Internet
Author: User

    1. Application activity
    2. Application Service
    3. Application UI System
    4. Application SDK Tool
    5. Jvm
1 activity

The first JVM instance = zygote

App_main

->androidruntime (now start JVM instance,and start to load Zyogteinit class and execute Main method)
->zygoteinit (Register Socket,preloadclass and resource preload)
->start System Server
Wait for sockets connection and do something ...

Systemserver

->init All system service

Zygote accept request from Activitymanager,and Fork A new Process,and execute activitythread in new process.
Activitymanagerservice->

2 Service3 UI Systemactivity UI

-Every window The top view is decor View,phonewindow have viewroot and Windowsmanager which WindowManager stands for W Indowmanagerservice
View Root incldues Iwindow and a surface, while Iwindow receive callback from Wms,and surface point to the buffer CR Eated by Windowsmanagerservice.

Surface system


From picture above, we can see the buffer was in the process of Systemserver,which contains WMS.

Render Process
The surface memory is allocated by Gralloc module. and Surfaceflinger take charge of the mix different layers, and render framebuffers to device by using OpenGL methods.

Android application Framework analysis [in process]

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.