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
Android Layout
Search
Furkan Tektas
February 13, 2016
Technology
1
210
Android Layout
Layout design principles for Android and other mobile platforms.
Furkan Tektas
February 13, 2016
Tweet
Share
More Decks by Furkan Tektas
See All by Furkan Tektas
A Brief History of Android
furkantektas
1
210
Android UI Basics
furkantektas
1
220
Introduction to Lisp
furkantektas
0
210
Other Decks in Technology
See All in Technology
スクラムのイテレーションを導入してチームの雰囲気がより良くなった話
eccyun
0
110
High Performance PHP
cmuench
0
140
サーバーレスアーキテクチャと生成AIの融合 / Serverless Meets Generative AI
_kensh
12
3k
AndroidXR 開発ツールごとの できることできないこと
donabe3
0
110
20250208_OpenAIDeepResearchがやばいという話
doradora09
PRO
0
170
エンジニアのためのドキュメント力基礎講座〜構造化思考から始めよう〜(2025/02/15jbug広島#15発表資料)
yasuoyasuo
15
5.5k
[2025-02-07]生成AIで変える問い合わせの未来 〜チームグローバル化の香りを添えて〜
tosite
1
290
これからSREになる人と、これからもSREをやっていく人へ
masayoshi
6
4.1k
現場の種を事業の芽にする - エンジニア主導のイノベーションを事業戦略に装着する方法 -
kzkmaeda
2
1.5k
日経電子版 x AIエージェントの可能性とAgentic RAGによって提案書生成を行う技術
masahiro_nishimi
1
290
Moved to https://speakerdeck.com/toshihue/presales-engineer-career-bridging-tech-biz-ja
toshihue
2
550
生成AIの利活用を加速させるための取り組み「prAIrie-dog」/ Shibuya_AI_1
visional_engineering_and_design
1
140
Featured
See All Featured
Optimising Largest Contentful Paint
csswizardry
34
3.1k
Six Lessons from altMBA
skipperchong
27
3.6k
Speed Design
sergeychernyshev
25
780
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
540
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
What's in a price? How to price your products and services
michaelherold
244
12k
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
33
2.8k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
29
4.6k
Building Adaptive Systems
keathley
40
2.4k
Optimizing for Happiness
mojombo
376
70k
Producing Creativity
orderedlist
PRO
343
39k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3k
Transcript
Android Layout Gebze, Feb 2016
Furkan Tektaş furkantektas.com github.com/furkantektas
https://design.google.com/articles/design-from-ios-to-android/
DPI/PPI DP/SP
https://www.google.com/design/spec/layout/units-measurements.html High-density screen
Low-density screen https://www.google.com/design/spec/layout/units-measurements.html
dp = (width in pixels * 160) / screen density
http://sebastien-gabriel.com/designers-guide-to-dpi/
Ref: https://speakerdeck.com/yemyat91/android-design Use SP for font sizes, you must.
Ref: https://speakerdeck.com/yemyat91/android-design Use DP for everything else, you must.
http://sebastien-gabriel.com/designers-guide-to-dpi/
http://sebastien-gabriel.com/designers-guide-to-dpi/
http://sebastien-gabriel.com/designers-guide-to-dpi/
http://sebastien-gabriel.com/designers-guide-to-dpi/
http://sebastien-gabriel.com/designers-guide-to-dpi/
http://sebastien-gabriel.com/designers-guide-to-dpi/
http://sebastien-gabriel.com/designers-guide-to-dpi/
http://sebastien-gabriel.com/designers-guide-to-dpi/
9-patch http://sebastien-gabriel.com/designers-guide-to-dpi/
9-patch http://sebastien-gabriel.com/designers-guide-to-dpi/
9-patch http://sebastien-gabriel.com/designers-guide-to-dpi/
Touchable Areas http://sebastien-gabriel.com/designers-guide-to-dpi/
Touchable Areas http://sebastien-gabriel.com/designers-guide-to-dpi/