A sample game. Your objective: to land on the moon.

It demonstrates…
* loading and drawing resources
* taking keystrokes
* animating by calling invalidate() from draw()
* handling onPause() in an animation
* and many other goodies…