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
許しとアジャイル
jnuank
1
150
カンファレンスに託児サポートがあるということ / Having Childcare Support at Conferences
nobu09
1
530
LLMアプリの地上戦開発計画と運用実践 / 2025.10.15 GPU UNITE 2025
smiyawaki0820
1
450
なぜAWSを活かしきれないのか?技術と組織への処方箋
nrinetcom
PRO
4
790
定期的な価値提供だけじゃない、スクラムが導くチームの共創化 / 20251004 Naoki Takahashi
shift_evolve
PRO
4
370
Vibe Coding Year in Review. From Karpathy to Real-World Agents by Niels Rolland, CEO Paatch
vcoisne
0
130
Large Vision Language Modelを用いた 文書画像データ化作業自動化の検証、運用 / shibuya_AI
sansan_randd
0
130
20201008_ファインディ_品質意識を育てる役目は人かAIか___2_.pdf
findy_eventslides
2
610
Shirankedo NOCで見えてきたeduroam/OpenRoaming運用ノウハウと課題 - BAKUCHIKU BANBAN #2
marokiki
0
190
Where will it converge?
ibknadedeji
0
210
Geospatialの世界最前線を探る [2025年版]
dayjournal
1
220
成長自己責任時代のあるきかた/How to navigate the era of personal responsibility for growth
kwappa
4
320
Featured
See All Featured
How to Think Like a Performance Engineer
csswizardry
27
2k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Designing for Performance
lara
610
69k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
Documentation Writing (for coders)
carmenintech
75
5.1k
Docker and Python
trallard
46
3.6k
Navigating Team Friction
lara
190
15k
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.4k
The Illustrated Children's Guide to Kubernetes
chrisshort
49
51k
How to train your dragon (web standard)
notwaldorf
96
6.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/