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
Google I/O 2017 Constraint Layout
Search
Sponsored
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
Laurence de Villers
June 01, 2017
Technology
0
120
Google I/O 2017 Constraint Layout
What is new about Constraint Layout.
Laurence de Villers
June 01, 2017
Tweet
Share
More Decks by Laurence de Villers
See All by Laurence de Villers
Curating Content & Finding Speakers, NA GDG Academy
ldev6
0
31
Navigation component 2.0.0
ldev6
0
30
How to have fantastic session
ldev6
0
42
Basic of Android Development
ldev6
0
76
The Navigation Architecture Component
ldev6
0
94
Curating Great Speakers
ldev6
0
150
Demystifying Figure Skating
ldev6
0
31
Diversity in tech
ldev6
0
33
THE BIGGEST ANNOUNCEMENT OF I/O --> Firebase
ldev6
0
110
Other Decks in Technology
See All in Technology
もう怖くないバックグラウンド処理 Background Tasks のすべて - Hakodate.swift #1
kantacky
0
240
opsmethod第1回_アラート調査の自動化にむけて
yamatook
0
330
競争優位を生み出す戦略的内製開発の実践技法
masuda220
PRO
2
520
AIエンジニア Devin と歩む、自律型運用プロセスの構築
a2ito
0
480
男(監査)はつらいよ - Policy as CodeからAIエージェントへ
ken5scal
5
690
AWS CDK の目玉新機能「Mixins」とは / cdk-mixins
gotok365
2
310
Claude Codeと駆け抜ける 情報収集と実践録
sontixyou
2
1.3k
Master Dataグループ紹介資料
sansan33
PRO
1
4.4k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
5
18k
三菱UFJ銀行におけるエンタープライズAI駆動開発のリアル / Enterprise AI_Driven Development at MUFG Bank: The Real Story
muit
10
20k
Data Hubグループ 紹介資料
sansan33
PRO
0
2.8k
ヘルシーSRE
tk3fftk
2
210
Featured
See All Featured
Being A Developer After 40
akosma
91
590k
Bootstrapping a Software Product
garrettdimon
PRO
307
120k
Believing is Seeing
oripsolob
1
68
4 Signs Your Business is Dying
shpigford
187
22k
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
60
42k
A Modern Web Designer's Workflow
chriscoyier
698
190k
Conquering PDFs: document understanding beyond plain text
inesmontani
PRO
4
2.4k
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
240
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
460
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
400
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Transcript
Laurence de Villers +LaurencedeVillers Constraintlayout is now the default layout!
GDG Montreal Android
None
None
Advantage Expressive way to create Layouts Flat Layouts ( more
efficient ) Easy for animations. Text Alignment Compatible with 99% of Android Devices ( API level 9 )
Recap
ConstraintLayout 1.0 Relative positioning Center positioning and bias Guidelines Ratio
Chains Provide group-like behaviour in a single direction . The
other axis is not constrained by it.
ConstraintSet
GOOGLE I/O → 1.1.0 beta 1
Barriers Set a maximum or a minimum to the edge.
Group Regroupment of view/widget to be able to set and
modify all the group.
Placeholder Virtual place view that set it content to an
other view.
Tools → Full inspector → Slice of Data
Where to start Code lab : https://goo.gl/zDSQ6g https://developer.android.com/training/constraint-layout/index.html
Thanks