Graphics
Graphics
Chiappinelli
2D Graphics
ImageView
Canvas
View Animation
Property Animation
Draw to a View
Simple graphics, little or no updating
Draw to a Canvas
More complex graphics, with regular
updates
Set up SurfaceView
Draw to SurfaceView
Draw
Canvas.drawBitmap()
Unlock Canvas
SurfaceHolder.unlockCanvasAndPost()
TransitionDrawable
AnimationDrawable
Animation
A 2-layer Drawable
Can fade between 1st & 2nd layers