summaryrefslogtreecommitdiffstats
path: root/samples/LunarLander
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-08-24 15:27:00 -0700
committerScott Main <smain@google.com>2009-08-24 15:27:00 -0700
commit04680858a0671ad615f088edeea87b61ea243f24 (patch)
tree14ceeee28fe0e15964b4d04addbfbd283c319b7a /samples/LunarLander
parente95a86cfec18836ddbff149690a13766bfc9ada3 (diff)
downloadandroid_development-04680858a0671ad615f088edeea87b61ea243f24.tar.gz
android_development-04680858a0671ad615f088edeea87b61ea243f24.tar.bz2
android_development-04680858a0671ad615f088edeea87b61ea243f24.zip
docs only.
Add new web pages for sample apps included in the SDK. Revise the existing sample app web pages. Delete screenshots for notepad and lunar lander (these have moved into frameworks/base/docs/html/guide/samples/image/.
Diffstat (limited to 'samples/LunarLander')
-rw-r--r--samples/LunarLander/_index.html14
-rw-r--r--samples/LunarLander/sample_lunarlander.pngbin27260 -> 0 bytes
2 files changed, 7 insertions, 7 deletions
diff --git a/samples/LunarLander/_index.html b/samples/LunarLander/_index.html
index 02daeef03..6287b872a 100644
--- a/samples/LunarLander/_index.html
+++ b/samples/LunarLander/_index.html
@@ -1,12 +1,12 @@
<p>A sample game. Your objective: to land on the moon.
-It demonstrates...
+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...
+<li>Loading and drawing resources</li>
+<li>Taking keystrokes</li>
+<li>Animating by calling invalidate() from draw()</li>
+<li>Handling onPause() in an animation</li>
+<li>And more...</li>
</ul>
</p>
-<img height="220px" width="320px" alt="Lunar Lander Example" class="gallery" src="sample_lunarlander.png" > \ No newline at end of file
+<img alt="" src="/guide/samples/images/sample_lunarlander.png" > \ No newline at end of file
diff --git a/samples/LunarLander/sample_lunarlander.png b/samples/LunarLander/sample_lunarlander.png
deleted file mode 100644
index ea1ef14c4..000000000
--- a/samples/LunarLander/sample_lunarlander.png
+++ /dev/null
Binary files differ