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
Constraint Layout
Search
Pablo Johnson
October 12, 2016
Programming
1
65
Constraint Layout
Lima Android MeetUp #7 about ConstraintLayout
Pablo Johnson
October 12, 2016
Tweet
Share
More Decks by Pablo Johnson
See All by Pablo Johnson
Architecture Components
pjohnson
1
110
Android Architecture Components
pjohnson
0
130
MVP Talk
pjohnson
0
84
Arquitectura Android
pjohnson
2
280
Android Wear
pjohnson
0
35
Other Decks in Programming
See All in Programming
バックエンドのためのアプリ内課金入門 (サブスク編)
qnighy
8
1.7k
SwiftUI Viewの責務分離
elmetal
PRO
0
150
AWS Organizations で実現する、 マルチ AWS アカウントのルートユーザー管理からの脱却
atpons
0
130
知られざるDMMデータエンジニアの生態 〜かつてツチノコと呼ばれし者〜
takaha4k
4
1.3k
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
1
170
CNCF Project の作者が考えている OSS の運営
utam0k
5
690
Amazon S3 TablesとAmazon S3 Metadataを触ってみた / 20250201-jawsug-tochigi-s3tables-s3metadata
kasacchiful
0
100
Pythonでもちょっとリッチな見た目のアプリを設計してみる
ueponx
1
480
Honoをフロントエンドで使う 3つのやり方
yusukebe
5
2.2k
密集、ドキュメントのコロケーション with AWS Lambda
satoshi256kbyte
0
180
Kanzawa.rbのLT大会を支える技術の裏側を変更する Ruby on Rails + Litestream 編
muryoimpl
0
220
SRE、開発、QAが協業して挑んだリリースプロセス改革@SRE Kaigi 2025
nealle
3
4.1k
Featured
See All Featured
Git: the NoSQL Database
bkeepers
PRO
427
64k
Rebuilding a faster, lazier Slack
samanthasiow
79
8.8k
Producing Creativity
orderedlist
PRO
343
39k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.4k
Statistics for Hackers
jakevdp
797
220k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Build The Right Thing And Hit Your Dates
maggiecrowley
34
2.5k
Typedesign – Prime Four
hannesfritz
40
2.5k
The Cost Of JavaScript in 2023
addyosmani
47
7.3k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Code Review Best Practice
trishagee
66
17k
Transcript
ConstraintLayout Pablo Johnson @pablojohnson88
ConstraintLayout • Permite realizar vistas complejas con una jerarquía plana.
ConstraintLayout • Permite realizar vistas complejas con una jerarquía plana.
• Reduce el número de vistas anidadas.
ConstraintLayout • Permite realizar vistas complejas con una jerarquía plana.
• Reduce el número de vistas anidadas. • Es mucho más flexible que RelativeLayout.
ConstraintLayout • Permite realizar vistas complejas con una jerarquía plana.
• Reduce el número de vistas anidadas. • Es mucho más flexible que RelativeLayout. • Cuenta con un editor gráfico desde Android Studio 2.2.
ConstraintLayout • Permite realizar vistas complejas con una jerarquía plana.
• Reduce el número de vistas anidadas. • Es mucho más flexible que RelativeLayout. • Cuenta con un editor gráfico desde Android Studio 2.2. • Reduce la curva de aprendizaje.
RelativeLayout ImageView LinearLayout TextView TextView
ConstraintLayout ImageView TextView TextView
Veamos un poco de código... https://github.com/pablo-johnson/Capstone-Project
Referencias Documentación oficial: • https://developer.android.com/training/constraint-layout/index.html • https://developer.android.com/studio/write/layout-editor.html
Preguntas?
Gracias Pablo Johnson @pablojohnson88