SlideShare a Scribd company logo
Android's GUI system and experience
sharing
John Lu
2012/04/13
Agenda

Android GUI System architecture

Review: Service and Binder

How to start a application

Draw the application's view

SurfaceView for application's state

Experience sharing
Android GUI System architecture
Android GUI System architecture
Android GUI System architecture
Example
Review: Service and Binder

SDK-Service and Kernel-Service

Android's IPC: Binder
How to start a application

ActivityManagerService to start a applictation
process and start Activity.

When Application start that mean a Activity
start.
How to start a application
Start Process
How to start a application

A ActivityThread attach to ActivityManagerService.

From ActivityManagerService to start Activity.
Draw the application's view

SetContentView() in Activity.onCreate().

When create the surface?

When to draw our application view.
Surface for application's state

Surface's life is control by WindowManagerService.

Application's state will relate to surface.
Draw the application's view
Surface for application's state
WindowManagerService::relayoutWindow()
{
…
Surface = win.createSurfaceLocked();
// win is WindowState that create in WidowSession.add()
…
}
Surface for application's state
SurfaceSession
Experience sharing

AsyncTask dosen't work (Unidentified reason).

Dynamic Broadcast Receiver register and
unregister in Activity.

Surface used between in Create and Destroy.

Split the file in Assets if file over 1MByte.

Except the construct view object always work
between in onStart and onStop.
Experience sharing

onItemClick(AdapterView adapter, View
v, int position, int id), id is you need.

Dialog dismiss

Android Developers is your best friend
like Google. (e.g., Dev Guide, Resource,
etc.)
Summary

Android application manager is
ActivityManagerService.

Application GUI manager is
WindowManagerService.

View create need to before Activity resume.

Surface running between be created and
be destroyed.

More Related Content

What's hot (20)

PDF
Android Screen Containers & Layouts
Vijay Rastogi
 
PDF
Android app material design from dev's perspective
DeSmart Agile Software House
 
PPTX
Material Design Android
Samiullah Farooqui
 
PPTX
Android Widget
ELLURU Kalyan
 
PDF
MVP Community Camp 2014 - How to use enhanced features of Windows 8.1 Store ...
Akira Hatsune
 
PPTX
Starting with angular js
jagriti srivastava
 
PDF
Android Material Design APIs/Tips
Ken Yee
 
PPTX
Dive into Angular, part 1: Introduction
Oleksii Prohonnyi
 
PDF
Android Lollipop and Material Design
James Montemagno
 
PDF
Day 8: Dealing with Lists and ListViews
Ahsanul Karim
 
PPTX
What’s new for Android Developers in 2015 - Material Design, Android Studio, ...
Deepu S Nath
 
PDF
Android appwidget
Krazy Koder
 
PDF
Material design basics
Jorge Barroso
 
PPTX
Android ui with xml
Egerton University
 
PDF
Chapter 5 - Layouts
Sittiphol Phanvilai
 
PDF
Training Session 2 - Day 2
Vivek Bhusal
 
PPTX
IOS Storyboards
Muhammad Nabeel Arif
 
DOCX
AngularJS
Ermir Hoxhaj
 
PPTX
Angular js
sanjay joshi
 
PDF
React App State Management with react hooks and context api
Jan Ranostaj
 
Android Screen Containers & Layouts
Vijay Rastogi
 
Android app material design from dev's perspective
DeSmart Agile Software House
 
Material Design Android
Samiullah Farooqui
 
Android Widget
ELLURU Kalyan
 
MVP Community Camp 2014 - How to use enhanced features of Windows 8.1 Store ...
Akira Hatsune
 
Starting with angular js
jagriti srivastava
 
Android Material Design APIs/Tips
Ken Yee
 
Dive into Angular, part 1: Introduction
Oleksii Prohonnyi
 
Android Lollipop and Material Design
James Montemagno
 
Day 8: Dealing with Lists and ListViews
Ahsanul Karim
 
What’s new for Android Developers in 2015 - Material Design, Android Studio, ...
Deepu S Nath
 
Android appwidget
Krazy Koder
 
Material design basics
Jorge Barroso
 
Android ui with xml
Egerton University
 
Chapter 5 - Layouts
Sittiphol Phanvilai
 
Training Session 2 - Day 2
Vivek Bhusal
 
IOS Storyboards
Muhammad Nabeel Arif
 
AngularJS
Ermir Hoxhaj
 
Angular js
sanjay joshi
 
React App State Management with react hooks and context api
Jan Ranostaj
 

Similar to Android UI System (20)

PPTX
Lecture #1 Creating your first android project
Vitali Pekelis
 
PPT
Android应用开发简介
easychen
 
PPTX
Technology and Android.pptx
muthulakshmi cse
 
PPT
Beginning Native Android Apps
Gil Irizarry
 
PPT
Day 3: Getting Active Through Activities
Ahsanul Karim
 
PPT
Day 3: Getting Active Through Activities
Ahsanul Karim
 
PPTX
Android Apps Development Basic
Monir Zzaman
 
PPTX
MAD Unit 5.pptxxxxxxxxxxxxxxxxxxxxxxxxxx
34ShreyaChauhan
 
PPTX
Android apps development
Monir Zzaman
 
PPTX
Unit2
DevaKumari Vijay
 
PPT
Android Tutorial
Fun2Do Labs
 
PDF
Android Components & Manifest
ma-polimi
 
PPTX
Android Services
Ahsanul Karim
 
PDF
Android App development and test environment, Understaing android app structure
Vijay Rastogi
 
PPT
cpuk10745
Chandan Kumar
 
PDF
Android session 2
Ahesanali Suthar
 
PDF
Hierarchy viewer
Badrinath Kulkarni
 
PPT
Multiple Activity and Navigation Primer
Ahsanul Karim
 
PPTX
Creating the first app with android studio
Parinita03
 
PDF
Android101
David Marques
 
Lecture #1 Creating your first android project
Vitali Pekelis
 
Android应用开发简介
easychen
 
Technology and Android.pptx
muthulakshmi cse
 
Beginning Native Android Apps
Gil Irizarry
 
Day 3: Getting Active Through Activities
Ahsanul Karim
 
Day 3: Getting Active Through Activities
Ahsanul Karim
 
Android Apps Development Basic
Monir Zzaman
 
MAD Unit 5.pptxxxxxxxxxxxxxxxxxxxxxxxxxx
34ShreyaChauhan
 
Android apps development
Monir Zzaman
 
Android Tutorial
Fun2Do Labs
 
Android Components & Manifest
ma-polimi
 
Android Services
Ahsanul Karim
 
Android App development and test environment, Understaing android app structure
Vijay Rastogi
 
cpuk10745
Chandan Kumar
 
Android session 2
Ahesanali Suthar
 
Hierarchy viewer
Badrinath Kulkarni
 
Multiple Activity and Navigation Primer
Ahsanul Karim
 
Creating the first app with android studio
Parinita03
 
Android101
David Marques
 
Ad

More from Kan-Han (John) Lu (20)

PDF
Dagger for android
Kan-Han (John) Lu
 
PDF
Android develop guideline
Kan-Han (John) Lu
 
PDF
Working process and git branch strategy
Kan-Han (John) Lu
 
PDF
Deep neural network for youtube recommendations
Kan-Han (John) Lu
 
PDF
Android testing part i
Kan-Han (John) Lu
 
PDF
Cuda project paper
Kan-Han (John) Lu
 
PDF
Twitter as a personalizable information service ii
Kan-Han (John) Lu
 
PDF
Multimedia data minig and analytics sentiment analysis using social multimedia
Kan-Han (John) Lu
 
PDF
Android IPC: Binder
Kan-Han (John) Lu
 
PDF
ARM: Trusted Zone on Android
Kan-Han (John) Lu
 
PDF
Android Training - Card Style
Kan-Han (John) Lu
 
PDF
Android Training - View Pager
Kan-Han (John) Lu
 
PDF
Android Training - Sliding Menu
Kan-Han (John) Lu
 
PDF
Android Training - Pull to Refresh
Kan-Han (John) Lu
 
PDF
Java: Exception Handling
Kan-Han (John) Lu
 
PDF
Dynamic Proxy by Java
Kan-Han (John) Lu
 
PDF
Code analyzer: FindBugs and PMD
Kan-Han (John) Lu
 
PDF
Android Fragment
Kan-Han (John) Lu
 
PDF
Android Training - Content Sharing
Kan-Han (John) Lu
 
PDF
Android Training - Action Bar
Kan-Han (John) Lu
 
Dagger for android
Kan-Han (John) Lu
 
Android develop guideline
Kan-Han (John) Lu
 
Working process and git branch strategy
Kan-Han (John) Lu
 
Deep neural network for youtube recommendations
Kan-Han (John) Lu
 
Android testing part i
Kan-Han (John) Lu
 
Cuda project paper
Kan-Han (John) Lu
 
Twitter as a personalizable information service ii
Kan-Han (John) Lu
 
Multimedia data minig and analytics sentiment analysis using social multimedia
Kan-Han (John) Lu
 
Android IPC: Binder
Kan-Han (John) Lu
 
ARM: Trusted Zone on Android
Kan-Han (John) Lu
 
Android Training - Card Style
Kan-Han (John) Lu
 
Android Training - View Pager
Kan-Han (John) Lu
 
Android Training - Sliding Menu
Kan-Han (John) Lu
 
Android Training - Pull to Refresh
Kan-Han (John) Lu
 
Java: Exception Handling
Kan-Han (John) Lu
 
Dynamic Proxy by Java
Kan-Han (John) Lu
 
Code analyzer: FindBugs and PMD
Kan-Han (John) Lu
 
Android Fragment
Kan-Han (John) Lu
 
Android Training - Content Sharing
Kan-Han (John) Lu
 
Android Training - Action Bar
Kan-Han (John) Lu
 
Ad

Recently uploaded (20)

PPT
Introduction of animal physiology in vertebrates
S.B.P.G. COLLEGE BARAGAON VARANASI
 
PDF
Insect Behaviour : Patterns And Determinants
SheikhArshaqAreeb
 
PDF
Pharma Part 1.pdf #pharmacology #pharmacology
hikmatyt01
 
PDF
crestacean parasitim non chordates notes
S.B.P.G. COLLEGE BARAGAON VARANASI
 
PDF
Chemokines and Receptors Overview – Key to Immune Cell Signaling
Benjamin Lewis Lewis
 
PDF
High-speedBouldersandtheDebrisFieldinDARTEjecta
Sérgio Sacani
 
PPTX
Phage Therapy and Bacteriophage Biology.pptx
Prachi Virat
 
PDF
WUCHERIA BANCROFTI-converted-compressed.pdf
S.B.P.G. COLLEGE BARAGAON VARANASI
 
PPTX
Hypothalamus_nuclei_ structure_functions.pptx
muralinath2
 
PPTX
Q1 - W1 - D2 - Models of matter for science.pptx
RyanCudal3
 
PDF
2025-06-10 TWDB Agency Updates & Legislative Outcomes
tagdpa
 
PDF
GK_GS One Liner For Competitive Exam.pdf
abhi01nm
 
PDF
Phosphates reveal high pH ocean water on Enceladus
Sérgio Sacani
 
PPT
Human physiology and digestive system
S.B.P.G. COLLEGE BARAGAON VARANASI
 
PPTX
formations-of-rock-layers-grade 11_.pptx
GraceSarte
 
PPTX
GB1 Q1 04 Life in a Cell (1).pptx GRADE 11
JADE ACOSTA
 
PDF
The role of the Lorentz force in sunspot equilibrium
Sérgio Sacani
 
PDF
Step-by-Step Guide: How mRNA Vaccines Works
TECNIC
 
PPTX
How to write a research paper July 3 2025.pptx
suneeta panicker
 
PPTX
Diuretic Medicinal Chemistry II Unit II.pptx
Dhanashri Dupade
 
Introduction of animal physiology in vertebrates
S.B.P.G. COLLEGE BARAGAON VARANASI
 
Insect Behaviour : Patterns And Determinants
SheikhArshaqAreeb
 
Pharma Part 1.pdf #pharmacology #pharmacology
hikmatyt01
 
crestacean parasitim non chordates notes
S.B.P.G. COLLEGE BARAGAON VARANASI
 
Chemokines and Receptors Overview – Key to Immune Cell Signaling
Benjamin Lewis Lewis
 
High-speedBouldersandtheDebrisFieldinDARTEjecta
Sérgio Sacani
 
Phage Therapy and Bacteriophage Biology.pptx
Prachi Virat
 
WUCHERIA BANCROFTI-converted-compressed.pdf
S.B.P.G. COLLEGE BARAGAON VARANASI
 
Hypothalamus_nuclei_ structure_functions.pptx
muralinath2
 
Q1 - W1 - D2 - Models of matter for science.pptx
RyanCudal3
 
2025-06-10 TWDB Agency Updates & Legislative Outcomes
tagdpa
 
GK_GS One Liner For Competitive Exam.pdf
abhi01nm
 
Phosphates reveal high pH ocean water on Enceladus
Sérgio Sacani
 
Human physiology and digestive system
S.B.P.G. COLLEGE BARAGAON VARANASI
 
formations-of-rock-layers-grade 11_.pptx
GraceSarte
 
GB1 Q1 04 Life in a Cell (1).pptx GRADE 11
JADE ACOSTA
 
The role of the Lorentz force in sunspot equilibrium
Sérgio Sacani
 
Step-by-Step Guide: How mRNA Vaccines Works
TECNIC
 
How to write a research paper July 3 2025.pptx
suneeta panicker
 
Diuretic Medicinal Chemistry II Unit II.pptx
Dhanashri Dupade
 

Android UI System