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
63
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
120
MVP Talk
pjohnson
0
83
Arquitectura Android
pjohnson
2
260
Android Wear
pjohnson
0
33
Other Decks in Programming
See All in Programming
LLM生成文章の精度評価自動化とプロンプトチューニングの効率化について
layerx
PRO
2
140
レガシーな Android アプリのリアーキテクチャ戦略
oidy
1
170
Piniaの現状と今後
waka292
5
1.5k
Jakarta Concurrencyによる並行処理プログラミングの始め方 (JJUG CCC 2024 Fall)
tnagao7
1
230
2万ページのSSG運用における工夫と注意点 / Vue Fes Japan 2024
chinen
3
1.3k
Vue.js学習の振り返り
hiro_xre
2
130
Dev ContainersとGitHub Codespacesの素敵な関係
ymd65536
1
130
CPython 인터프리터 구조 파헤치기 - PyCon Korea 24
kennethanceyer
0
250
WEBエンジニア向けAI活用入門
sutetotanuki
0
300
Go言語でターミナルフレンドリーなAIコマンド、afaを作った/fukuokago20_afa
monochromegane
2
140
Modern Angular: Renovation for Your Applications
manfredsteyer
PRO
0
210
プロジェクト新規参入者のリードタイム短縮の観点から見る、品質の高いコードとアーキテクチャを保つメリット
d_endo
1
1k
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
4
290
The Cult of Friendly URLs
andyhume
78
6k
Visualization
eitanlees
144
15k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
32
1.8k
10 Git Anti Patterns You Should be Aware of
lemiorhan
654
59k
Fantastic passwords and where to find them - at NoRuKo
philnash
50
2.8k
Designing Experiences People Love
moore
138
23k
The Invisible Side of Design
smashingmag
297
50k
Agile that works and the tools we love
rasmusluckow
327
21k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
47
5k
Bash Introduction
62gerente
608
210k
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