diff options
author | Scott Main <smain@google.com> | 2009-08-24 14:45:00 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-08-24 14:45:00 -0700 |
commit | b385508d89747e4c383979f1cc6fa2814b1cedbd (patch) | |
tree | 1cf9ea4d45d1c8dbdd31c16a7fa10d275c9630ba /docs/html/guide/samples | |
parent | 8c937a17667704ee9ba60663f4c4b76f3c3a0f78 (diff) | |
download | frameworks_base-b385508d89747e4c383979f1cc6fa2814b1cedbd.zip frameworks_base-b385508d89747e4c383979f1cc6fa2814b1cedbd.tar.gz frameworks_base-b385508d89747e4c383979f1cc6fa2814b1cedbd.tar.bz2 |
Add more code samples to the online docs.
Add build rules to include the development samples in the droiddoc build process.
Add all the sample screenshots to a new samples/images/ directory
Revise the samples homepage to include links to new samples
Diffstat (limited to 'docs/html/guide/samples')
-rw-r--r-- | docs/html/guide/samples/images/HomeSample.png | bin | 0 -> 44416 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/JetBoy.png | bin | 0 -> 53801 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/Snake.png | bin | 0 -> 5445 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/SoftKeyboard.png | bin | 0 -> 13426 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/sample_lunarlander.png | bin | 0 -> 27514 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/sample_note.png | bin | 0 -> 6011 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/sample_notepad.png | bin | 0 -> 6530 bytes | |||
-rw-r--r-- | docs/html/guide/samples/index.jd | 19 |
8 files changed, 18 insertions, 1 deletions
diff --git a/docs/html/guide/samples/images/HomeSample.png b/docs/html/guide/samples/images/HomeSample.png Binary files differnew file mode 100644 index 0000000..990bebb --- /dev/null +++ b/docs/html/guide/samples/images/HomeSample.png diff --git a/docs/html/guide/samples/images/JetBoy.png b/docs/html/guide/samples/images/JetBoy.png Binary files differnew file mode 100644 index 0000000..3da0448 --- /dev/null +++ b/docs/html/guide/samples/images/JetBoy.png diff --git a/docs/html/guide/samples/images/Snake.png b/docs/html/guide/samples/images/Snake.png Binary files differnew file mode 100644 index 0000000..c5211d8 --- /dev/null +++ b/docs/html/guide/samples/images/Snake.png diff --git a/docs/html/guide/samples/images/SoftKeyboard.png b/docs/html/guide/samples/images/SoftKeyboard.png Binary files differnew file mode 100644 index 0000000..8a4ec63 --- /dev/null +++ b/docs/html/guide/samples/images/SoftKeyboard.png diff --git a/docs/html/guide/samples/images/sample_lunarlander.png b/docs/html/guide/samples/images/sample_lunarlander.png Binary files differnew file mode 100644 index 0000000..a2ff75a --- /dev/null +++ b/docs/html/guide/samples/images/sample_lunarlander.png diff --git a/docs/html/guide/samples/images/sample_note.png b/docs/html/guide/samples/images/sample_note.png Binary files differnew file mode 100644 index 0000000..8fc9dcc --- /dev/null +++ b/docs/html/guide/samples/images/sample_note.png diff --git a/docs/html/guide/samples/images/sample_notepad.png b/docs/html/guide/samples/images/sample_notepad.png Binary files differnew file mode 100644 index 0000000..46f2211 --- /dev/null +++ b/docs/html/guide/samples/images/sample_notepad.png diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd index 365284d..d8bbc41 100644 --- a/docs/html/guide/samples/index.jd +++ b/docs/html/guide/samples/index.jd @@ -15,11 +15,28 @@ in the SDK. You can find the sample applications for each platform version in th <p>You can easily add these applications as projects in your development environment, so that you can modify them and watch them execute. </p> <dl> + <dt><a href="ApiDemos/index.html">API Demos</a></dt> - <dd>A variety of small applications that demonstrate simple views and widgets.</dd> + <dd>A variety of small applications that demonstrate an extensive collection of framework topics.</dd> + + <dt><a href="Home/index.html">Home</a></dt> + <dd>An application for saving notes. Similar (but not identical) to the + <a href="{@docRoot}guide/tutorials/notepad/index.html">Notepad tutorial</a>.</dd> + + <dt><a href="JetBoy/index.html">JetBoy</a></dt> + <dd>JetBoy is a game that demonstrates the SONiVOX JET interactive music technology, with {@link android.media.JetPlayer}.</dd> + <dt><a href="LunarLander/index.html">Lunar Lander</a></dt> <dd>A classic Lunar Lander game.</dd> + <dt><a href="NotePad/index.html">Note Pad</a></dt> <dd>An application for saving notes. Similar (but not identical) to the <a href="{@docRoot}guide/tutorials/notepad/index.html">Notepad tutorial</a>.</dd> + + <dt><a href="Snake/index.html">Snake</a></dt> + <dd>An implementation of the classic game "Snake."</dd> + + <dt><a href="SoftKeyboard/index.html">Soft Keyboard</a></dt> + <dd>An example of writing an input method for a software keyboard.</dd> + </dl> |