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
70
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
150
MVP Talk
pjohnson
0
88
Arquitectura Android
pjohnson
2
330
Android Wear
pjohnson
0
39
Other Decks in Programming
See All in Programming
PHPで始める振る舞い駆動開発(Behaviour-Driven Development)
ohmori_yusuke
2
190
AWS CDKの推しポイント 〜CloudFormationと比較してみた〜
akihisaikeda
3
310
ニーリーにおけるプロダクトエンジニア
nealle
0
490
関数型まつりレポート for JuliaTokai #22
antimon2
0
150
エンジニア向け採用ピッチ資料
inusan
0
160
Benchmark
sysong
0
270
XP, Testing and ninja testing
m_seki
3
190
Systèmes distribués, pour le meilleur et pour le pire - BreizhCamp 2025 - Conférence
slecache
0
110
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
130
イベントストーミング図からコードへの変換手順 / Procedure for Converting Event Storming Diagrams to Code
nrslib
1
400
すべてのコンテキストを、 ユーザー価値に変える
applism118
2
800
Create a website using Spatial Web
akkeylab
0
300
Featured
See All Featured
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
670
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Why You Should Never Use an ORM
jnunemaker
PRO
57
9.4k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
22k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
10
930
KATA
mclloyd
29
14k
YesSQL, Process and Tooling at Scale
rocio
173
14k
GraphQLとの向き合い方2022年版
quramy
48
14k
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