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
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Pablo Johnson
October 12, 2016
Programming
1
78
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
120
Android Architecture Components
pjohnson
0
180
MVP Talk
pjohnson
0
100
Arquitectura Android
pjohnson
2
380
Android Wear
pjohnson
0
53
Other Decks in Programming
See All in Programming
Go Conference mini in Sendai 2026 : Goに新機能を提案し実装されるまでのフロー徹底解説
yamatoya
0
380
今更考える「単一責任原則」 / Thinking about the Single Responsibility Principle
tooppoo
2
940
NOT A HOTEL - 建築や人と融合し、自由を創り出すソフトウェア
not_a_hokuts
2
460
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
280
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
480
Python’s True Superpower
hynek
0
190
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
180
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
180
個人開発は儲からない - それでも開発開始1ヶ月で300万円売り上げた方法
taishiyade
0
110
Claude Codeと2つの巻き戻し戦略 / Two Rewind Strategies with Claude Code
fruitriin
0
190
20260127_試行錯誤の結晶を1冊に。著者が解説 先輩データサイエンティストからの指南書 / author's_commentary_ds_instructions_guide
nash_efp
1
1.1k
AI活用のコスパを最大化する方法
ochtum
0
110
Featured
See All Featured
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
530
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
610
Statistics for Hackers
jakevdp
799
230k
Why Your Marketing Sucks and What You Can Do About It - Sophie Logan
marketingsoph
0
85
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
The Invisible Side of Design
smashingmag
302
51k
Dominate Local Search Results - an insider guide to GBP, reviews, and Local SEO
greggifford
PRO
0
92
What the history of the web can teach us about the future of AI
inesmontani
PRO
1
450
Designing for Timeless Needs
cassininazir
0
140
More Than Pixels: Becoming A User Experience Designer
marktimemedia
3
340
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
200
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