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
SCONE - 動画配信の帯域を最適化する新プロトコル
kazuho
1
130
物体検出モデルでシイタケの収穫時期を自動判定してみた。 #devio2025
lamaglama39
0
240
「れきちず」のこれまでとこれから - 誰にでもわかりやすい歴史地図を目指して / FOSS4G 2025 Japan
hjmkth
1
330
Implementing and Evaluating a High-Level Language with WasmGC and the Wasm Component Model: Scala’s Case
tanishiking
0
150
OAuthからOIDCへ ― 認可の仕組みが認証に拡張されるまで
yamatai1212
0
140
RDS の負荷が高い場合に AWS で取りうる具体策 N 連発/a-series-of-specific-countermeasures-available-on-aws-when-rds-is-under-high-load
emiki
7
4.2k
LLMアプリの地上戦開発計画と運用実践 / 2025.10.15 GPU UNITE 2025
smiyawaki0820
1
670
Node.js 2025: What's new and what's next
ruyadorno
0
610
名刺メーカーDevグループ 紹介資料
sansan33
PRO
0
940
GoでもGUIアプリを作りたい!
kworkdev
PRO
0
160
私のMCPの使い方
tsubakimoto_s
0
110
データ戦略部門 紹介資料
sansan33
PRO
1
3.8k
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
369
20k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Designing for Performance
lara
610
69k
Context Engineering - Making Every Token Count
addyosmani
7
270
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
127
54k
Large-scale JavaScript Application Architecture
addyosmani
514
110k
For a Future-Friendly Web
brad_frost
180
10k
Facilitating Awesome Meetings
lara
56
6.6k
A better future with KSS
kneath
239
18k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
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