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
200
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
200
Android UI Basics
furkantektas
1
210
Introduction to Lisp
furkantektas
0
210
Other Decks in Technology
See All in Technology
Adopting Jetpack Compose in Your Existing Project - GDG DevFest Bangkok 2024
akexorcist
0
130
強いチームと開発生産性
onk
PRO
38
12k
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.9k
LINEヤフーにおけるPrerender技術の導入とその効果
narirou
2
1.1k
オープンソースAIとは何か? --「オープンソースAIの定義 v1.0」詳細解説
shujisado
12
1.6k
データプロダクトの定義からはじめる、データコントラクト駆動なデータ基盤
chanyou0311
3
380
アジャイルでの品質の進化 Agile in Motion vol.1/20241118 Hiroyuki Sato
shift_evolve
0
200
アジャイルチームがらしさを発揮するための目標づくり / Making the goal and enabling the team
kakehashi
4
330
SREが投資するAIOps ~ペアーズにおけるLLM for Developerへの取り組み~
takumiogawa
4
1.2k
TanStack Routerに移行するのかい しないのかい、どっちなんだい! / Are you going to migrate to TanStack Router or not? Which one is it?
kaminashi
0
660
TypeScript、上達の瞬間
sadnessojisan
49
14k
SDN の Hype Cycle を一通り経験してみて思うこと / Going through the Hype Cycle of SDN
mshindo
3
270
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
250
21k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
111
49k
Bash Introduction
62gerente
608
210k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Designing for humans not robots
tammielis
250
25k
Optimising Largest Contentful Paint
csswizardry
33
2.9k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
329
21k
How to Think Like a Performance Engineer
csswizardry
20
1.1k
Art, The Web, and Tiny UX
lynnandtonic
297
20k
Why You Should Never Use an ORM
jnunemaker
PRO
54
9.1k
A better future with KSS
kneath
238
17k
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/