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
310
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
AIネイティブなプロダクトをGolangで挑む取り組み
nmatsumoto4
0
120
第9回 情シス転職ミートアップ 株式会社IVRy(アイブリー)の紹介
ivry_presentationmaterials
1
210
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
110
Select API from Kotlin Coroutine
jmatsu
1
190
技術同人誌をMCP Serverにしてみた
74th
0
210
社内での開発コミュニティ活動とモジュラーモノリス標準化事例のご紹介/xPalette and Introduction of Modular monolith standardization
m4maruyama
1
130
エンジニア向け採用ピッチ資料
inusan
0
150
Effect の双対、Coeffect
yukikurage
5
1.4k
LINEヤフー データグループ紹介
lycorp_recruit_jp
0
780
コード書くの好きな人向けAIコーディング活用tips #orestudy
77web
3
330
GraphRAGの仕組みまるわかり
tosuri13
7
470
関数型まつり2025登壇資料「関数プログラミングと再帰」
taisontsukada
2
840
Featured
See All Featured
For a Future-Friendly Web
brad_frost
179
9.8k
Gamification - CAS2011
davidbonilla
81
5.3k
Adopting Sorbet at Scale
ufuk
77
9.4k
Into the Great Unknown - MozCon
thekraken
39
1.9k
The Cult of Friendly URLs
andyhume
79
6.4k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.3k
RailsConf 2023
tenderlove
30
1.1k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
29
9.5k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
137
34k
How to Ace a Technical Interview
jacobian
277
23k
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