summaryrefslogtreecommitdiffstats
path: root/samples/LunarLander/_index.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:09 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-03-03 19:29:09 -0800
commit52d4c30ca52320ec92d1d1ddc8db3f07f69c4f98 (patch)
tree2eb01432fa3da41550dd622d29fb672509122b51 /samples/LunarLander/_index.html
parentd4aee0c0caa00aa02d4c50ed28151591ac0456b5 (diff)
downloadandroid_development-52d4c30ca52320ec92d1d1ddc8db3f07f69c4f98.tar.gz
android_development-52d4c30ca52320ec92d1d1ddc8db3f07f69c4f98.tar.bz2
android_development-52d4c30ca52320ec92d1d1ddc8db3f07f69c4f98.zip
auto import from //depot/cupcake/@135843
Diffstat (limited to 'samples/LunarLander/_index.html')
-rw-r--r--samples/LunarLander/_index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/samples/LunarLander/_index.html b/samples/LunarLander/_index.html
new file mode 100644
index 000000000..02daeef03
--- /dev/null
+++ b/samples/LunarLander/_index.html
@@ -0,0 +1,12 @@
+<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" > \ No newline at end of file