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
ConstraintLayout
Search
funnelbit
May 25, 2016
Technology
520
0
Share
Embed
Copy iframe code
Copy JS code
Copy link
Start on current slide
ConstraintLayout
funnelbit
May 25, 2016
More Decks by funnelbit
See All by funnelbit
Hatena Engineer Seminar #9
funnelbit
5
7.5k
droidkaigi-2017-renovation
funnelbit
10
11k
Dart
funnelbit
0
300
BottomBarAndSnackBar
funnelbit
0
550
Dagger2 Optional bindings
funnelbit
0
620
WearableRecyclerView
funnelbit
1
850
QucikSettingsTileAPI
funnelbit
0
390
Mobile Vision
funnelbit
0
490
AwarenessAPI
funnelbit
0
170
Other Decks in Technology
See All in Technology
小粒でもパワフルなJS Runtime Antjsについて
comamoca
0
110
AI-DLC実践録_フルサイクル開発への挑戦
miyuc
0
320
AI時代に、人は何を、どう学ぶのか #pbl_pub / What and How Do We Learn in the AI Era?
takaking22
1
180
属人化を叩き割れ!「制作加速」と「安定化」の矛盾を打破する:8年目プロダクトが辿り着いた「ミスが起こり得ない」アセット制作フローの全貌
gree_tech
PRO
0
120
【書籍出版記念】 10周回って、エージェント開発は RAGがすべてだった。〜RAGの歴史と開発現場で見えた実践知〜
akiratameto
3
450
AI for Science時代を切り開く、政府の次世代HPC戦略の展望
gpuunite_official
0
130
同じWAFが、攻撃の“形”は弾く── 正当な“形”の不正は通す
kuroneko13
0
260
DDDのエッセンスを取り入れたAIでの開発
ak2ie
0
180
コネクションをピン留めさせずに SELECTクエリのタイムアウトを設定した話
codmoninc
0
180
2026-08-15 JAWS-UG 茨城 #16 Secrets ManagerにおけるSecret値の管理(Terraformの場合) / Secrets Manager Secrets
masasuzu
0
420
Oracle MCP Servers Explained
thatjeffsmith
0
320
ソフトウェアサプライチェーンの構造的リスクとコンテナ環境の保護
kyohmizu
5
750
Featured
See All Featured
The AI Revolution Will Not Be Monopolized: How open-source beats economies of scale, even for LLMs
inesmontani
PRO
3
3.7k
Become a Pro
speakerdeck
PRO
31
6.2k
WCS-LA-2024
lcolladotor
0
800
Into the Great Unknown - MozCon
thekraken
41
2.7k
The Cost Of JavaScript in 2023
addyosmani
55
10k
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
540
Optimising Largest Contentful Paint
csswizardry
37
3.9k
HTML-Aware ERB: The Path to Reactive Rendering @ RubyCon 2026, Rimini, Italy
marcoroth
3
460
AI Search: Implications for SEO and How to Move Forward - #ShenzhenSEOConference
aleyda
1
1.3k
Leadership Guide Workshop - DevTernity 2021
reverentgeek
1
340
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.8k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
6k
Transcript
$POTUSBJOU-BZPVU
͜Μʹͪ w ଜྋ w גࣜձࣾͯͳ w "OESPJE୲ w )BUFOBGVOOFMCJU w
5XJUUFS!FYQFSPQFSP
$POTUSBJOU-BZPVU
$POTUSBJOU-BZPVU w (PPHMF*0Ͱొ w 4VQQPSU-JCSBSZͰʢ"OESPJEdʣ w "OESPJE4UVEJP1SFWJFXd w (6*ͷ-BZPVU&EJUPS͕େ͖ͳҙຯΛ࣋ͭ
None
$POTUSBJOU-BZPVU w ੍Λ͚Δ͜ͱͰϨΠΞτΛߏ͢Δ
4JEF$POTUSBJOU)BOEMF w )BOEMFΛ੍ͬͯΛ͚͍ͭͯ͘ɹ w ରԠͯ͠ͳ͍)BOEMFಉ࢜ଓෆՄ
#BTFMJOF$POTUSBJOU)BOEMF w #BTFMJOFΛଞͷ5FYU7JFXͱઃఆͰ͖Δ w #BTFMJOFʹରͯ͠ͷΈ༗ޮ w ҐஔΛܾΊΔͷ͡Όͳ͍ʢ#BTFMJOFΛܾΊΔ͚ͩʣ
"VUPDPOOFDU w ཁૉΛՃͨ࣌͠ɺࣗಈతʹ੍Λܾఆ͢Δ w σϑΥϧτͰ0O
*OGFS$POTUSBJOUT w ϨΠΞτ͔Βਪ͠ɺ੍ΛࣗಈͰ͚Δ
&YQBOE w ଞͷ8JEHFUͷҐஔΛؑΈͯ8JEHFUΛ͛Δ w &YQBOEEFGBVMUNBSHJOΛ͏
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:id="@+id/constraintLayout"
tools:layout_editor_absoluteX="0dp" tools:layout_editor_absoluteY="81dp"> <TextView android:text="TextViewaee" android:layout_width="0dp" android:layout_height="43dp" tools:layout_editor_absoluteX="16dp" tools:layout_editor_absoluteY="84dp" android:id="@+id/textView4" app:layout_constraintLeft_toLeftOf="@+id/constraintLayout" android:layout_marginStart="16dp" tools:layout_constraintLeft_creator="1" app:layout_constraintTop_toTopOf="@+id/constraintLayout" android:layout_marginTop="84dp" tools:layout_constraintTop_creator="1" app:layout_constraintRight_toLeftOf="@+id/textView" android:layout_marginEnd="8dp" tools:layout_constraintRight_creator="1" /> <TextView android:text="TextView" android:layout_width="58dp" android:layout_height="43dp" tools:layout_editor_absoluteX="127dp" tools:layout_editor_absoluteY="84dp" android:id="@+id/textView" app:layout_constraintLeft_toLeftOf="@+id/constraintLayout" android:layout_marginStart="127dp" tools:layout_constraintLeft_creator="1" app:layout_constraintBaseline_toBaselineOf="@+id/textView4" tools:layout_constraintBaseline_creator="0" /> <TextView android:text="TextView" android:layout_width="wrap_content" android:layout_height="wrap_content" tools:layout_editor_absoluteX="281dp" tools:layout_editor_absoluteY="84dp" android:id="@+id/textView2" app:layout_constraintLeft_toRightOf="@+id/textView" android:layout_marginStart="96dp" tools:layout_constraintLeft_creator="1" app:layout_constraintBaseline_toBaselineOf="@+id/textView" tools:layout_constraintBaseline_creator="0" /> </android.support.constraint.ConstraintLayout> (FOFSBUFE$PEF
ॴײ w ωετճආ͕ظͰ͖Δ w σβΠφʔ͕ʢલΑΓ͔ʣ৮Γ͘͢ͳͬͨ w -BZPVUͷϨϏϡʔํ๏มΘΓͦ͏
͋Γ͕ͱ͏͍͟͝·ͨ͠