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
Basic Layouting in Android
Search
Indrawan Dwi Prasetyo
June 13, 2020
Technology
0
120
Basic Layouting in Android
Indrawan Dwi Prasetyo
June 13, 2020
Tweet
Share
Other Decks in Technology
See All in Technology
書籍『実践 Apache Iceberg』の歩き方
ishikawa_satoru
0
430
GTC 2025 : 가속되고 있는 미래
inureyes
PRO
0
150
CloudComposerによる大規模ETL 「制御と実行の分離」の実践
leveragestech
0
110
マルチエージェントのチームビルディング_2025-10-25
shinoyamada
0
240
ざっくり学ぶ 『エンジニアリングリーダー 技術組織を育てるリーダーシップと セルフマネジメント』 / 50 minute Engineering Leader
iwashi86
8
4.2k
AIでデータ活用を加速させる取り組み / Leveraging AI to accelerate data utilization
okiyuki99
6
1.6k
文字列操作の達人になる ~ Kotlinの文字列の便利な世界 ~ - Kotlin fest 2025
tomorrowkey
2
390
今から間に合う re:Invent 準備グッズと現地の地図、その他ラスベガスを周る際の Tips/reinvent-preparation-guide
emiki
1
230
パフォーマンスチューニングのために普段からできること/Performance Tuning: Daily Practices
fujiwara3
2
180
IBC 2025 動画技術関連レポート / IBC 2025 Report
cyberagentdevelopers
PRO
2
240
Mackerelにおけるインシデント対応とポストモーテム - 現場での工夫と学び
taxin
0
100
251029 JAWS-UG AI/ML 退屈なことはQDevにやらせよう
otakensh
0
150
Featured
See All Featured
Code Review Best Practice
trishagee
72
19k
A designer walks into a library…
pauljervisheath
209
24k
Optimizing for Happiness
mojombo
379
70k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Practical Orchestrator
shlominoach
190
11k
How GitHub (no longer) Works
holman
315
140k
Statistics for Hackers
jakevdp
799
220k
GraphQLとの向き合い方2022年版
quramy
49
14k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
jQuery: Nuts, Bolts and Bling
dougneiner
65
7.9k
The Cult of Friendly URLs
andyhume
79
6.6k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
16
1.7k
Transcript
Layouting Android Android Studio Aditya Putra Kejora Trainer [at] SANDEC
Android Studio Structure
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" tools:context=".MainActivity">
<TextView android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Nama" android:textSize="25sp" /> </LinearLayout> View and ViewGroup
View and ViewGroup
ViewGroup’s Linear Layout Constraint Layout Relative Layout
View’s TextView ImageView VideoView Button
Style
Intent Explicit Intent Mengakses Activity lain dalam satu Aplikasi Implicit
Intent Mengakses Aplikasi lain seperti: Browser, Camera, Telepon