Files
android_development/samples/LunarLander/_index.html
The Android Open Source Project 52d4c30ca5 auto import from //depot/cupcake/@135843
2009-03-03 19:29:09 -08:00

12 lines
376 B
HTML

<p>A sample game. Your objective: to land on the moon.
It demonstrates...
<ul>
<li>loading and drawing resources
<li>taking keystrokes
<li>animating by calling invalidate() from draw()
<li>handling onPause() in an animation
<li>and many other goodies...
</ul>
</p>
<img height="220px" width="320px" alt="Lunar Lander Example" class="gallery" src="sample_lunarlander.png" >