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
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
JPUG勉強会 OSSデータベースの内部構造を理解しよう
oga5
2
220
AIプロダクト時代のQAエンジニアに求められること
imtnd
1
500
AWS Infrastructure as Code の新機能 2025 総まとめ 〜SA 4人による怒涛のデモ祭り〜
konokenj
10
2.8k
Ruby x Terminal
a_matsuda
5
510
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
340
AIによる開発の民主化を支える コンテキスト管理のこれまでとこれから
mulyu
3
2.2k
Claude Code、ちょっとした工夫で開発体験が変わる
tigertora7571
0
190
AIコーディングの理想と現実 2026 | AI Coding: Expectations vs. Reality 2026
tomohisa
0
780
今、アーキテクトとして 品質保証にどう関わるか
nealle
0
200
PostgreSQL を使った快適な go test 環境を求めて
otakakot
0
370
RAGでハマりがちな"Excelの罠"を、データの構造化で突破する
harumiweb
8
2k
ご飯食べながらエージェントが開発できる。そう、Agentic Engineeringならね。
yokomachi
1
270
Featured
See All Featured
Lightning Talk: Beautiful Slides for Beginners
inesmontani
PRO
1
460
Java REST API Framework Comparison - PWX 2021
mraible
34
9.2k
The Straight Up "How To Draw Better" Workshop
denniskardys
239
140k
How to build a perfect <img>
jonoalderson
1
5.2k
Practical Orchestrator
shlominoach
191
11k
jQuery: Nuts, Bolts and Bling
dougneiner
65
8.4k
Getting science done with accelerated Python computing platforms
jacobtomlinson
2
130
Making the Leap to Tech Lead
cromwellryan
135
9.7k
Design in an AI World
tapps
0
160
Lessons Learnt from Crawling 1000+ Websites
charlesmeaden
PRO
1
1.1k
VelocityConf: Rendering Performance Case Studies
addyosmani
333
24k
GraphQLの誤解/rethinking-graphql
sonatard
75
11k
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