docs only.

add a homepage for the searchable dictionary sample app.
and make all urls relative
This commit is contained in:
Scott Main
2009-08-29 13:08:18 -07:00
parent 67545123a4
commit 50992e805e
7 changed files with 33 additions and 12 deletions

View File

@@ -6,4 +6,4 @@ default Home. This is a sample of such an alternative.</p>
<p>This is actually the source of an old incarnation of the default Home application,
which may look familiar if you played with some of the older pre-1.0 SDKs.</p>
<img alt="" src="/guide/samples/images/HomeSample.png" />
<img alt="" src="../images/HomeSample.png" />

View File

@@ -1,7 +1,7 @@
<p>JetBoy is a sample game that demonstrates the use of the
<a href="/reference/android/media/JetPlayer.html">android.media.JetPlayer</a>
<a href="../../../reference/android/media/JetPlayer.html">android.media.JetPlayer</a>
class to implement an interactive music soundtrack in an application. JetBoy uses
<a href="/guide/topics/media/index.html#jet">JET content created with
<a href="../../../guide/topics/media/index.html#jet">JET content created with
JetCreator</a> and game-generated events fed to JetPlayer
to adapt the soundtrack to the user actions. Listen to how the melody picks
up when you start shooting asteroids, how you are congratulated when you
@@ -18,7 +18,7 @@ in the SDK, located at <code>&lt;sdk>/platforms/&lt;platform>/samples/JetBoy/</c
</p>
<p><strong>See also:</strong><br/>
<a href="/guide/topics/media/jet/jetcreator_manual.html">SONiVOX JETCreator User Manual</a><br/>
<a href="/reference/android/media/JetPlayer.html">JetPlayer class</a></p>
<a href="../../../guide/topics/media/jet/jetcreator_manual.html">SONiVOX JETCreator User Manual</a><br/>
<a href="../../../reference/android/media/JetPlayer.html">JetPlayer class</a></p>
<img alt="" src="/guide/samples/images/JetBoy.png" />
<img alt="" src="../images/JetBoy.png" />

View File

@@ -9,4 +9,4 @@ It demonstrates:
</ul>
</p>
<img alt="" src="/guide/samples/images/sample_lunarlander.png" >
<img alt="" src="../images/sample_lunarlander.png" >

View File

@@ -9,11 +9,11 @@ It demonstrates:</p>
</ul>
<p class="note">Please notice that this is not the same
notepad code that's used for the <a href="/guide/tutorials/notepad/index.html">Notepad Tutorial</a>.
notepad code that's used for the <a href="../../../guide/tutorials/notepad/index.html">Notepad Tutorial</a>.
They are similar in nature, but there are several differences in implementation &mdash; the tutorial
is slightly more simple. If you're new to
Android development, we suggest you start with the tutorial, then visit this
code later to see more sample code.</p>
<img alt="" src="/guide/samples/images/sample_notepad.png" />
<img alt="" src="/guide/samples/images/sample_note.png" />
<img alt="" src="../images/sample_notepad.png" />
<img alt="" src="../images/sample_note.png" />

View File

@@ -0,0 +1,21 @@
<p>A sample application that demonstrates Android's search framework.</p>
<p>This application includes a dictionary of words. By invoking a search inside the app
(via the device search button or Menu > Search), a local search will be performed
across the dictionary. As you type, suggestions will appear, which you can select
to view the full definition. You can also execute the search to view all word definitions
that match the entered text.</p>
<p>The application also grants content provider privileges to
Quick Search Box, Android's system-wide search tool. This means that the
dictionary definitions can be offered as search suggestions outside of the application,
when text is entered into Quick Search Box.</p>
<p>See also:</p>
<ul>
<li><a href="../../../reference/android/app/SearchManager.html">SearchManager</a></li>
<li><a href="../../../reference/android/content/ContentProvider.html">ContentProvider</a></li>
</ul>
<img src="../images/SearchableDictionary1.png" />
<img src="../images/SearchableDictionary2.png" />

View File

@@ -7,4 +7,4 @@ faster. Running into yourself or the walls will end the game..</p>
request draws to the screen. A great example of a basic game that does not
require a fast framerate.</p>
<img alt="" src="/guide/samples/images/Snake.png" />
<img alt="" src="../images/Snake.png" />

View File

@@ -4,4 +4,4 @@ to be a complete soft keyboard implementation. Its purpose is to provide
a basic example for how you would get started writing an input method, to
be fleshed out as appropriate.</p>
<img alt="" src="/guide/samples/images/SoftKeyboard.png" />
<img alt="" src="../images/SoftKeyboard.png" />