Tag

System Services

0 views collected around this technical thread.

Sohu Tech Products
Sohu Tech Products
Dec 21, 2022 · Mobile Development

Understanding Android Client/Server Architecture and System Services

This article explains Android's client/server architecture, detailing how public manager APIs act as client stubs, how system services are implemented and registered using AIDL, ServiceManager, and SystemService, and discusses hidden APIs, boot phases, and the modular APEX system for updates.

AIDLAndroidC/S Architecture
0 likes · 12 min read
Understanding Android Client/Server Architecture and System Services
OPPO Kernel Craftsman
OPPO Kernel Craftsman
Jun 24, 2020 · Mobile Development

Android Application Cold Start Process Overview

The article outlines Android’s cold‑start sequence, describing how the system’s zygote, system_server services, and Activity Manager Service allocate resources, fork a new process, create the Application and Activity objects, render the first UI frame, and replace the placeholder window, helping developers diagnose and optimize launch performance.

AndroidMobile developmentPerformance
0 likes · 9 min read
Android Application Cold Start Process Overview
Baidu Intelligent Testing
Baidu Intelligent Testing
Mar 20, 2017 · Fundamentals

Android System Boot Process: Bootloader, Linux Kernel, Init, Zygote, and ServiceManager

This article explains the Android boot sequence, covering the bootloader's two stages, Linux kernel initialization, the Init process, the Zygote process that spawns application instances, and the role of ServiceManager and SystemServer in bringing the Android system to a ready state.

AndroidBootloaderLinux kernel
0 likes · 7 min read
Android System Boot Process: Bootloader, Linux Kernel, Init, Zygote, and ServiceManager