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
92
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
330
Android architecture patterns
painie
3
310
Continuous integration for androids
painie
0
130
Android client-server interaction
painie
0
60
Other Decks in Programming
See All in Programming
Linux Kernelの1文字のミスで 権限昇格ができた話
rqda
0
150
OTP を自動で入力する裏技
megabitsenmzq
0
110
米国のサイバーセキュリティタイムラインと見る Goの暗号パッケージの進化
tomtwinkle
2
600
Codex の「自走力」を高める
yorifuji
0
1.2k
Codexに役割を持たせる 他のAIエージェントと組み合わせる実務Tips
o8n
4
1.3k
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
600
Everything Claude Code OSS詳細 — 5層構造の中身と導入方法
targe
0
120
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
410
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
620
ポーリング処理廃止によるイベント駆動アーキテクチャへの移行
seitarof
3
1.1k
AHC061解説
shun_pi
0
380
CSC307 Lecture 15
javiergs
PRO
0
260
Featured
See All Featured
The Limits of Empathy - UXLibs8
cassininazir
1
260
Sam Torres - BigQuery for SEOs
techseoconnect
PRO
0
220
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
31
3.1k
Darren the Foodie - Storyboard
khoart
PRO
3
2.9k
Navigating the moral maze — ethical principles for Al-driven product design
skipperchong
2
290
Producing Creativity
orderedlist
PRO
348
40k
Navigating Team Friction
lara
192
16k
How People are Using Generative and Agentic AI to Supercharge Their Products, Projects, Services and Value Streams Today
helenjbeal
1
140
The Art of Programming - Codeland 2020
erikaheidi
57
14k
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
Reflections from 52 weeks, 52 projects
jeffersonlam
356
21k
Deep Space Network (abreviated)
tonyrice
0
92
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