am a84a26d2: Merge change 23241 into donut
Merge commit 'a84a26d2afab503ed32e6ecc94acba46a5eb9eb3' into eclair * commit 'a84a26d2afab503ed32e6ecc94acba46a5eb9eb3': add searchable dictionary to html docs and dev guide nav
This commit is contained in:
@@ -358,6 +358,8 @@ web_docs_sample_code_flags := \
|
|||||||
guide/samples/LunarLander "Lunar Lander" \
|
guide/samples/LunarLander "Lunar Lander" \
|
||||||
-samplecode $(sample_dir)/NotePad \
|
-samplecode $(sample_dir)/NotePad \
|
||||||
guide/samples/NotePad "Note Pad" \
|
guide/samples/NotePad "Note Pad" \
|
||||||
|
-samplecode $(sample_dir)/SearchableDictionary \
|
||||||
|
guide/samples/SearchableDictionary "Searchable Dictionary" \
|
||||||
-samplecode $(sample_dir)/Snake \
|
-samplecode $(sample_dir)/Snake \
|
||||||
guide/samples/Snake "Snake" \
|
guide/samples/Snake "Snake" \
|
||||||
-samplecode $(sample_dir)/SoftKeyboard \
|
-samplecode $(sample_dir)/SoftKeyboard \
|
||||||
|
|||||||
@@ -399,6 +399,9 @@
|
|||||||
<li><a href="<?cs var:toroot ?>guide/samples/NotePad/index.html">
|
<li><a href="<?cs var:toroot ?>guide/samples/NotePad/index.html">
|
||||||
<span class="en">Note Pad</span>
|
<span class="en">Note Pad</span>
|
||||||
</a></li>
|
</a></li>
|
||||||
|
<li><a href="<?cs var:toroot ?>guide/samples/SearchableDictionary/index.html">
|
||||||
|
<span class="en">Searchable Dictionary</span>
|
||||||
|
</a></li>
|
||||||
<li><a href="<?cs var:toroot ?>guide/samples/Snake/index.html">
|
<li><a href="<?cs var:toroot ?>guide/samples/Snake/index.html">
|
||||||
<span class="en">Snake</span>
|
<span class="en">Snake</span>
|
||||||
</a></li>
|
</a></li>
|
||||||
|
|||||||
BIN
docs/html/guide/samples/images/SearchableDictionary1.png
Normal file
BIN
docs/html/guide/samples/images/SearchableDictionary1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
docs/html/guide/samples/images/SearchableDictionary2.png
Normal file
BIN
docs/html/guide/samples/images/SearchableDictionary2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
@@ -33,6 +33,10 @@ can modify them and watch them execute. </p>
|
|||||||
<dd>An application for saving notes. Similar (but not identical) to the
|
<dd>An application for saving notes. Similar (but not identical) to the
|
||||||
<a href="{@docRoot}guide/tutorials/notepad/index.html">Notepad tutorial</a>.</dd>
|
<a href="{@docRoot}guide/tutorials/notepad/index.html">Notepad tutorial</a>.</dd>
|
||||||
|
|
||||||
|
<dt><a href="SearchableDictionary/index.html">Searchable Dictionary</a></dt>
|
||||||
|
<dd>A sample application that demonstrates Android's search framework,
|
||||||
|
including how to provide search suggestions for Quick Search Box.</dd>
|
||||||
|
|
||||||
<dt><a href="Snake/index.html">Snake</a></dt>
|
<dt><a href="Snake/index.html">Snake</a></dt>
|
||||||
<dd>An implementation of the classic game "Snake."</dd>
|
<dd>An implementation of the classic game "Snake."</dd>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user