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
90
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
130
Android client-server interaction
painie
0
57
Other Decks in Programming
See All in Programming
チーム開発の “地ならし"
konifar
8
5.6k
最新のDirectX12で使えるレイトレ周りの機能追加について
projectasura
0
280
自動テストのアーキテクチャとその理由ー大規模ゲーム開発の場合ー
segadevtech
2
1k
Eloquentを使ってどこまでコードの治安を保てるのか?を新人が考察してみた
itokoh0405
0
3.2k
2026年向け会社紹介資料
misu
0
250
Flutterアプリ運用の現場で役立った監視Tips 5選
ostk0069
1
490
仕様がそのままテストになる!Javaで始める振る舞い駆動開発
ohmori_yusuke
8
4.6k
Agentに至る道 〜なぜLLMは自動でコードを書けるようになったのか〜
mackee
5
1.8k
全員アーキテクトで挑む、 巨大で高密度なドメインの紐解き方
agatan
5
6.3k
Bakuraku E2E Scenario Test System Architecture #bakuraku_qa_study
teyamagu
PRO
0
780
Vueで学ぶデータ構造入門 リンクリストとキューでリアクティビティを捉える / Vue Data Structures: Linked Lists and Queues for Reactivity
konkarin
1
320
AIと協働し、イベントソーシングとアクターモデルで作る後悔しないアーキテクチャ Regret-Free Architecture with AI, Event Sourcing, and Actors
tomohisa
2
6.1k
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
54
7.9k
Testing 201, or: Great Expectations
jmmastey
46
7.8k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
680
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Automating Front-end Workflow
addyosmani
1371
200k
Building Applications with DynamoDB
mza
96
6.8k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Product Roadmaps are Hard
iamctodd
PRO
55
12k
Practical Orchestrator
shlominoach
190
11k
Code Review Best Practice
trishagee
72
19k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
118
20k
A Modern Web Designer's Workflow
chriscoyier
697
190k
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