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
45
Custome Views
saulpower
March 13, 2014
Tweet
Share
More Decks by saulpower
See All by saulpower
Drawables & Animations
saulpower
0
49
View Wiring, Intents, Manifest
saulpower
0
38
Activity & View
saulpower
0
55
Other Decks in Technology
See All in Technology
中間管理職をなくしたら何が起きたか 〜AI時代の組織変革と3つの失敗〜
staka121
PRO
2
260
AIエージェントがアプリケーション開発の未来を変える
nagix
3
920
Windows 11 version 25H2 への準備はできていますか?
tamaiyutaro
1
120
Wantedlyの開発組織における生成AIの浸透プロジェクトについて
kotominaga
2
190
サーバなしで対戦ゲームが作れる!? 純正フレームワークで実現するリアルタイム通信
kuromelon257
0
590
開発用LLMインフラをVSCode内で完結させる
ueponx
1
180
How AI agents are changing the way we should build APIs
fabpot
1
330
【iOSDC Japan 2025】ノーコードアプリプラットフォームを支える Server-Driven UI 〜Block UIアーキテクチャの設計と実装〜
eiji127
1
110
メルカリIBISの紹介
0gm
1
1.2k
『ホットペッパービューティー』のiOSアプリをUIKitからSwiftUIへ段階的に移行するためにやったこと
recruitengineers
PRO
3
1.2k
組織横断のQAエンジニア組織
lycorptech_jp
PRO
0
160
日本語で指示するだけ!AIで業務効率化を実現する 〜90分で体感する実践ワークショップ〜
taka_aki
0
1.6k
Featured
See All Featured
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
30
2.9k
Unsuck your backbone
ammeep
671
58k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
It's Worth the Effort
3n
187
28k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
590
GraphQLとの向き合い方2022年版
quramy
49
14k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
20k
Writing Fast Ruby
sferik
628
62k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Stop Working from a Prison Cell
hatefulcrawdad
271
21k
The Power of CSS Pseudo Elements
geoffreycrofte
78
6k
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()