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
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
50
View Wiring, Intents, Manifest
saulpower
0
39
Activity & View
saulpower
0
56
Other Decks in Technology
See All in Technology
HonoとJSXを使って管理画面をサクッと型安全に作ろう
diggymo
0
130
Biz職でもDifyでできる! 「触らないAIワークフロー」を実現する方法
igarashikana
3
800
AIエージェント入門 〜基礎からMCP・A2Aまで〜
shukob
0
110
「れきちず」のこれまでとこれから - 誰にでもわかりやすい歴史地図を目指して / FOSS4G 2025 Japan
hjmkth
1
330
「使い方教えて」「事例教えて」じゃもう遅い! Microsoft 365 Copilot を触り倒そう!
taichinakamura
0
450
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
190
Sansan Engineering Unit 紹介資料
sansan33
PRO
1
3k
Bill One 開発エンジニア 紹介資料
sansan33
PRO
4
14k
大規模サーバーレスAPIの堅牢性・信頼性設計 〜AWSのベストプラクティスから始まる現実的制約との向き合い方〜
maimyyym
10
5k
dbtとBigQuery MLで実現する リクルートの営業支援基盤のモデル開発と保守運用
recruitengineers
PRO
3
130
Railsの話をしよう
yahonda
0
160
Zephyr(RTOS)にEdge AIを組み込んでみた話
iotengineer22
0
200
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
470k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
620
Music & Morning Musume
bryan
46
6.8k
Typedesign – Prime Four
hannesfritz
42
2.8k
Code Reviewing Like a Champion
maltzj
526
40k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Site-Speed That Sticks
csswizardry
13
910
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
333
22k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
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()