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
Drawables & Animations
Search
saulpower
March 12, 2014
Technology
0
50
Drawables & Animations
saulpower
March 12, 2014
Tweet
Share
More Decks by saulpower
See All by saulpower
Custome Views
saulpower
0
46
View Wiring, Intents, Manifest
saulpower
0
39
Activity & View
saulpower
0
56
Other Decks in Technology
See All in Technology
Flutterで実装する実践的な攻撃対策とセキュリティ向上
fujikinaga
2
440
⽣成 AI で進化する AWS オブザーバビリティ
o11yfes2023
0
130
2ヶ月で新規事業のシステムを0から立ち上げるスタートアップの舞台裏
shmokmt
0
160
AIでテストプロセスを自動化しよう251113.pdf
sakatakazunori
0
160
[mercari GEARS 2025] Building Foundation for Mercari’s Global Expansion
mercari
PRO
1
130
大規模プロダクトで実践するAI活用の仕組みづくり
k1tikurisu
4
1.3k
JavaScript パーサーに using 対応をする過程で与えたエコシステムへの影響
baseballyama
1
100
「データ無い! 腹立つ! 推論する!」から 「データ無い! 腹立つ! データを作る」へ チームでデータを作り、育てられるようにするまで / How can we create, use, and maintain data ourselves?
moznion
8
4.4k
Error.prototype.stack の今と未来
progfay
1
160
AIエージェントによるエンタープライズ向けスライド検索!
shibuiwilliam
3
520
X-Ray SDKとDaemonのサポート終了と移⾏ガイド
o11yfes2023
0
120
Redux → Recoil → Zustand → useSyncExternalStore: 状態管理の10年とReact本来の姿
zozotech
PRO
16
8.5k
Featured
See All Featured
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Statistics for Hackers
jakevdp
799
220k
Typedesign – Prime Four
hannesfritz
42
2.9k
Testing 201, or: Great Expectations
jmmastey
46
7.8k
The World Runs on Bad Software
bkeepers
PRO
72
12k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
231
22k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
24
1.6k
Stop Working from a Prison Cell
hatefulcrawdad
272
21k
Thoughts on Productivity
jonyablonski
73
4.9k
Context Engineering - Making Every Token Count
addyosmani
10
390
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Six Lessons from altMBA
skipperchong
29
4.1k
Transcript
Learn Android Drawables & Animations
Goals Support multiple screen resolution Create XML drawables Incorporate drawables
into layout
What are Drawables? XML Image Files Programmatically
Multiple Resolution
None
XML Drawables
Shapes XML Drawables
Shapes Layer List XML Drawables
Shapes Layer List Bitmap XML Drawables
Shapes Layer List Bitmap State List XML Drawables
XML Animation
XML Animation Tween Animation
XML Animation Tween Animation Property Animation
XML Animation Tween Animation Property Animation Frame Animation
Property Animation Animates properties on target objects http://developer.android.com/guide/topics/ graphics/prop-animation.html