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
View Wiring, Intents, Manifest
Search
saulpower
March 11, 2014
Technology
0
39
View Wiring, Intents, Manifest
Learn how to wire up views, use the intent system, and understand the basics of the manifest file.
saulpower
March 11, 2014
Tweet
Share
More Decks by saulpower
See All by saulpower
Custome Views
saulpower
0
46
Drawables & Animations
saulpower
0
50
Activity & View
saulpower
0
56
Other Decks in Technology
See All in Technology
Copilot Studio ハンズオン - 生成オーケストレーションモード
tomoyasasakimskk
0
150
Contract One Engineering Unit 紹介資料
sansan33
PRO
0
8.9k
能登半島地震で見えた災害対応の課題と組織変革の重要性
ditccsugii
0
1k
ガバメントクラウドの概要と自治体事例(名古屋市)
techniczna
3
240
Oracle Base Database Service 技術詳細
oracle4engineer
PRO
12
81k
「れきちず」のこれまでとこれから - 誰にでもわかりやすい歴史地図を目指して / FOSS4G 2025 Japan
hjmkth
1
330
Codexとも仲良く。CodeRabbit CLIの紹介
moongift
PRO
1
250
ソースを読むプロセスの例
sat
PRO
15
9.4k
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
190
Dylib Hijacking on macOS: Dead or Alive?
patrickwardle
0
380
WEBサービスを成り立たせるAWSサービス
takano0131
1
180
AI-Readyを目指した非構造化データのメダリオンアーキテクチャ
r_miura
1
180
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Balancing Empowerment & Direction
lara
5
690
GitHub's CSS Performance
jonrohan
1032
470k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
YesSQL, Process and Tooling at Scale
rocio
173
14k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
31
9.7k
Bash Introduction
62gerente
615
210k
Facilitating Awesome Meetings
lara
56
6.6k
Embracing the Ebb and Flow
colly
88
4.9k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
115
20k
Making the Leap to Tech Lead
cromwellryan
135
9.6k
Transcript
LEARN ANDROID View Wiring, Intents, and The Manifest
GOALS • Wire up views to activity • Add click
listener • Change views programmatically • Launch new activity • Understand the manifest
R CLASS • Generated • id, strings, layouts, etc. •
Localization • Device Configuration • Compiled XML R.
WIRING • findViewById(R.id.button) • Click Handlers
UPDATE VIEW • Access to View object • Change background
color • Change text
INTENT SYSTEM • Start new activity • Pass Intent extras
• Broadcasts • Activity with result
MANIFEST FILE • Application Info • Declare Activities • Activity
attributes • Register Broadcasts • Themes