diff options
Diffstat (limited to 'docs/html/guide/samples')
-rw-r--r-- | docs/html/guide/samples/images/ContactManager1.png | bin | 54351 -> 13809 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/ContactManager2.png | bin | 40027 -> 11581 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/MultiResolution.png | bin | 0 -> 96462 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/Wiktionary.png | bin | 0 -> 23644 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/WiktionarySimple.png | bin | 0 -> 61543 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/wiktionary.png | bin | 228217 -> 0 bytes | |||
-rw-r--r-- | docs/html/guide/samples/images/wiktionary_detail.png | bin | 76521 -> 0 bytes | |||
-rw-r--r-- | docs/html/guide/samples/index.jd | 25 |
8 files changed, 23 insertions, 2 deletions
diff --git a/docs/html/guide/samples/images/ContactManager1.png b/docs/html/guide/samples/images/ContactManager1.png Binary files differindex 5bfd27b..78f09d2 100644 --- a/docs/html/guide/samples/images/ContactManager1.png +++ b/docs/html/guide/samples/images/ContactManager1.png diff --git a/docs/html/guide/samples/images/ContactManager2.png b/docs/html/guide/samples/images/ContactManager2.png Binary files differindex 0a11ec3..34da37d 100644 --- a/docs/html/guide/samples/images/ContactManager2.png +++ b/docs/html/guide/samples/images/ContactManager2.png diff --git a/docs/html/guide/samples/images/MultiResolution.png b/docs/html/guide/samples/images/MultiResolution.png Binary files differnew file mode 100644 index 0000000..8b245d9 --- /dev/null +++ b/docs/html/guide/samples/images/MultiResolution.png diff --git a/docs/html/guide/samples/images/Wiktionary.png b/docs/html/guide/samples/images/Wiktionary.png Binary files differnew file mode 100644 index 0000000..eae5da5 --- /dev/null +++ b/docs/html/guide/samples/images/Wiktionary.png diff --git a/docs/html/guide/samples/images/WiktionarySimple.png b/docs/html/guide/samples/images/WiktionarySimple.png Binary files differnew file mode 100644 index 0000000..a23226b --- /dev/null +++ b/docs/html/guide/samples/images/WiktionarySimple.png diff --git a/docs/html/guide/samples/images/wiktionary.png b/docs/html/guide/samples/images/wiktionary.png Binary files differdeleted file mode 100644 index b750076..0000000 --- a/docs/html/guide/samples/images/wiktionary.png +++ /dev/null diff --git a/docs/html/guide/samples/images/wiktionary_detail.png b/docs/html/guide/samples/images/wiktionary_detail.png Binary files differdeleted file mode 100644 index 1a4dfe6..0000000 --- a/docs/html/guide/samples/images/wiktionary_detail.png +++ /dev/null diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd index 4fca8da..28f3d08 100644 --- a/docs/html/guide/samples/index.jd +++ b/docs/html/guide/samples/index.jd @@ -28,6 +28,13 @@ android update project -s -n API Demos -t <em><target_ID></em> -p <em><pat <p>The pages below provide an overview of each sample application (available with most platforms) and allow you to view the source files in your browser. </p> +<div class="special"> + <p>Some of the samples in this listing are not yet available in the + SDK. While we work to update the SDK, you can + <a href="../../shareables/latest_samples.zip">download the latest samples</a> as a ZIP + file here.</p> +</div> + <dl> <dt><a href="ApiDemos/index.html">API Demos</a></dt> @@ -36,10 +43,13 @@ platforms) and allow you to view the source files in your browser. </p> <dt><a href="BluetoothChat/index.html">Bluetooth Chat</a></dt> <dd>An application for two-way text messaging over Bluetooth.</dd> + + <dt><a href="ContactManager/index.html">Contact Manager</a></dt> + <dd>An application that demonstrates how to query the system contacts provider, as + well as insert contacts into a specific account.</p> <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> + <dd>A home screen replacement application.</dd> <dt><a href="JetBoy/index.html">JetBoy</a></dt> <dd>JetBoy is a game that demonstrates the SONiVOX JET interactive music technology, @@ -47,6 +57,10 @@ platforms) and allow you to view the source files in your browser. </p> <dt><a href="LunarLander/index.html">Lunar Lander</a></dt> <dd>A classic Lunar Lander game.</dd> + + <dt><a href="MultiResolution/index.html">Multiple Resolutions</a></dt> + <dd>A sample application that shows how to use resource directory qualifiers to + provide different resources for different screen configurations.</dd> <dt><a href="NotePad/index.html">Note Pad</a></dt> <dd>An application for saving notes. Similar (but not identical) to the @@ -61,6 +75,13 @@ platforms) and allow you to view the source files in your browser. </p> <dt><a href="SoftKeyboard/index.html">Soft Keyboard</a></dt> <dd>An example of writing an input method for a software keyboard.</dd> + + <dt><a href="Wiktionary/index.html">Wiktionary</a></dt> + <dd>An example of creating interactive widgets for display on the Android + home screen.</dd> + + <dt><a href="WiktionarySimple/index.html">Wiktionary (Simplified)</a></dt> + <dd>A simple Android home screen widgets example.</dd> </dl> |