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
240
Introduction to Lisp
furkantektas
0
210
Other Decks in Technology
See All in Technology
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
170
IBM Bobを使って、PostgreSQLのToDoアプリをDb2へ変換してみよう/202603_Dojo_Bob
mayumihirano
1
340
S3はフラットである –AWS公式SDKにも存在した、 署名付きURLにおけるパストラバーサル脆弱性– / JAWS DAYS 2026
flatt_security
0
1.8k
社内レビューは機能しているのか
matsuba
0
130
AI時代のSaaSとETL
shoe116
1
140
AIエージェント、 社内展開の前に知っておきたいこと
oracle4engineer
PRO
2
120
Oracle Cloud Infrastructure IaaS 新機能アップデート 2025/12 - 2026/2
oracle4engineer
PRO
0
130
SRE NEXT 2026 CfP レビュアーが語る聞きたくなるプロポーザルとは?
yutakawasaki0911
1
310
銀行の内製開発にて2つのプロダクトを1つのチームでスクラムしてみてる話
koba1210
1
120
AWSの資格って役に立つの?
tk3fftk
2
330
Postman v12 で変わる API開発ワークフロー (Postman v12 アップデート) / New API development workflow with Postman v12
yokawasa
0
120
実践 Datadog MCP Server
nulabinc
PRO
2
190
Featured
See All Featured
For a Future-Friendly Web
brad_frost
183
10k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Building Better People: How to give real-time feedback that sticks.
wjessup
370
20k
Technical Leadership for Architectural Decision Making
baasie
3
290
The Pragmatic Product Professional
lauravandoore
37
7.2k
Joys of Absence: A Defence of Solitary Play
codingconduct
1
310
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
350
Building Flexible Design Systems
yeseniaperezcruz
330
40k
Designing for humans not robots
tammielis
254
26k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
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/