Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Modern android UI
Search
Kirill Zotin
November 08, 2012
Programming
1
89
Modern android UI
Kirill Zotin
November 08, 2012
Tweet
Share
More Decks by Kirill Zotin
See All by Kirill Zotin
From idea to production with serverless architecture
painie
0
320
Android architecture patterns
painie
3
300
Continuous integration for androids
painie
0
120
Android client-server interaction
painie
0
56
Other Decks in Programming
See All in Programming
もうちょっといいRubyプロファイラを作りたい (2025)
osyoyu
1
450
Android 16 × Jetpack Composeで縦書きテキストエディタを作ろう / Vertical Text Editor with Compose on Android 16
cc4966
2
250
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
550
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
600
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
330
The Past, Present, and Future of Enterprise Java with ASF in the Middle
ivargrimstad
0
140
Deep Dive into Kotlin Flow
jmatsu
1
350
Kiroで始めるAI-DLC
kaonash
2
610
プロポーザル駆動学習 / Proposal-Driven Learning
mackey0225
2
1.3k
Tool Catalog Agent for Bedrock AgentCore Gateway
licux
7
2.5k
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
3
240
Flutter with Dart MCP: All You Need - 박제창 2025 I/O Extended Busan
itsmedreamwalker
0
150
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Music & Morning Musume
bryan
46
6.8k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
32
1.6k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
PRO
188
55k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
How GitHub (no longer) Works
holman
315
140k
The Illustrated Children's Guide to Kubernetes
chrisshort
48
50k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Transcript
Modern android UI Kirill Zotin 08.11.2012
• Content is 1st class citizen • Pictures are faster
than words • Only show what I need when I need it • Make the important things fast • Do the heavy lifting for me Holo theme
Default themes
Redesign
None
None
None
None
Supporting device variety
• Same content • Same hierarchy • Representation adapts to
context Responsive mobile design
Stretch / compress
Stack
Expand / collapse
Show / hide
None
None
None
Metrics 1 DP == one pixel on a 160 dpi
screen. The ratio of dp-to-pixel will change with the screen density, but not necessarily in direct proportion.
UI patterns
ActionBar
Sliding menu
Rich notifications
Swipe to dismiss
Bezel swipe
Quick return
Sticky blocks
Undo
Official docs d.android.com/design Design in action http://j.mp/androiddesigninaction http://www.holoeverywhere.com Must read