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
230
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
220
Android UI Basics
furkantektas
1
230
Introduction to Lisp
furkantektas
0
210
Other Decks in Technology
See All in Technology
AWS Summit Japan 2025 Community Stage - App workflow automation by AWS Step Functions
matsuihidetoshi
1
290
AWS Organizations 新機能!マルチパーティ承認の紹介
yhana
1
160
Amazon S3標準/ S3 Tables/S3 Express One Zoneを使ったログ分析
shigeruoda
4
560
Clineを含めたAIエージェントを 大規模組織に導入し、投資対効果を考える / Introducing AI agents into your organization
i35_267
4
1.7k
2025-06-26_Lightning_Talk_for_Lightning_Talks
_hashimo2
2
100
5min GuardDuty Extended Threat Detection EKS
takakuni
0
160
TechLION vol.41~MySQLユーザ会のほうから来ました / techlion41_mysql
sakaik
0
190
Model Mondays S2E03: SLMs & Reasoning
nitya
0
110
Kotlin Coroutine Mechanisms: A Surprisingly Deep Rabbithole
amanda_hinchman
2
100
監視のこれまでとこれから/sakura monitoring seminar 2025
fujiwara3
11
4k
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
26k
フィンテック養成勉強会#54
finengine
0
180
Featured
See All Featured
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
44
2.4k
Documentation Writing (for coders)
carmenintech
72
4.9k
Being A Developer After 40
akosma
90
590k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
A designer walks into a library…
pauljervisheath
207
24k
It's Worth the Effort
3n
185
28k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
A better future with KSS
kneath
239
17k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
670
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
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/