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
Custome Views
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
saulpower
March 13, 2014
Technology
0
46
Custome Views
saulpower
March 13, 2014
Tweet
Share
More Decks by saulpower
See All by saulpower
Drawables & Animations
saulpower
0
53
View Wiring, Intents, Manifest
saulpower
0
39
Activity & View
saulpower
0
56
Other Decks in Technology
See All in Technology
Agent ServerはWeb Serverではない。ADKで考えるAgentOps
akiratameto
0
110
2026-03-11 JAWS-UG 茨城 #12 改めてALBを便利に使う
masasuzu
2
400
Zeal of the Convert: Taming Shai-Hulud with AI
ramimac
0
150
CyberAgentの生成AI戦略 〜変わるものと変わらないもの〜
katayan
0
260
Go標準パッケージのI/O処理をながめる
matumoto
0
220
【Oracle Cloud ウェビナー】【入門編】はじめてのOracle AI Data Platform - AIのためのデータ準備&自社用AIエージェントをワンストップで実現
oracle4engineer
PRO
1
150
猫でもわかるKiro CLI(AI 駆動開発への道編)
kentapapa
0
250
Kiro Powers 入門
k_adachi_01
0
110
ソフトバンク流!プラットフォームエンジニアリング実現へのアプローチ
sbtechnight
1
180
AWS CDK「読めるけど書けない」を脱却するファーストステップ
smt7174
3
160
進化するBits AI SREと私と組織
nulabinc
PRO
1
240
今のWordPress の制作手法ってなにがあんねん?(改) / What’s the Deal with WordPress Development These Days?
tbshiki
0
500
Featured
See All Featured
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
37
6.3k
Building Experiences: Design Systems, User Experience, and Full Site Editing
marktimemedia
0
440
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
17k
16th Malabo Montpellier Forum Presentation
akademiya2063
PRO
0
73
Paper Plane
katiecoart
PRO
0
48k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
Optimizing for Happiness
mojombo
378
71k
Site-Speed That Sticks
csswizardry
13
1.1k
Introduction to Domain-Driven Design and Collaborative software design
baasie
1
640
Google's AI Overviews - The New Search
badams
0
930
Six Lessons from altMBA
skipperchong
29
4.2k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
52
5.9k
Transcript
Learn Android Custom Views
Goals Create a custom view
Views Use in XML Custom Attributes Apply attributes in constructor
Layout Measure Pass onMeasure() MeasureSpec Size and Mode AT_MOST, EXACTLY,
UNSPECIFIED setMeasuredDimension() Layout Pass onLayout() requestLayout()
Drawing Canvas & Paint Transformations Drawing operations invalidate() ObjectAnimator
Touch MotionEvent Action onInterceptTouchEvent() onTouchEvent()