summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Main <smain@google.com>2009-08-29 13:17:53 -0700
committerScott Main <smain@google.com>2009-08-29 13:25:19 -0700
commit689d16be5e091545371ef5f5ff4ed25649520bc3 (patch)
treea29c765c692320cf414d0bf607b8dd8b2429fbb3
parente1df82248a68282a4d556ce61db09949fc186827 (diff)
downloadbase-689d16be5e091545371ef5f5ff4ed25649520bc3.tar.gz
add searchable dictionary to html docs and dev guide nav
and add screenshots.
-rw-r--r--Android.mk2
-rw-r--r--docs/html/guide/guide_toc.cs3
-rw-r--r--docs/html/guide/samples/images/SearchableDictionary1.pngbin0 -> 15800 bytes
-rw-r--r--docs/html/guide/samples/images/SearchableDictionary2.pngbin0 -> 18114 bytes
-rw-r--r--docs/html/guide/samples/index.jd4
5 files changed, 9 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index fd03c6d897dc..1b5c70b6ae1d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -352,6 +352,8 @@ web_docs_sample_code_flags := \
guide/samples/LunarLander "Lunar Lander" \
-samplecode $(sample_dir)/NotePad \
guide/samples/NotePad "Note Pad" \
+ -samplecode $(sample_dir)/SearchableDictionary \
+ guide/samples/SearchableDictionary "Searchable Dictionary" \
-samplecode $(sample_dir)/Snake \
guide/samples/Snake "Snake" \
-samplecode $(sample_dir)/SoftKeyboard \
diff --git a/docs/html/guide/guide_toc.cs b/docs/html/guide/guide_toc.cs
index 459ad37f79b6..ef1a1ea51caa 100644
--- a/docs/html/guide/guide_toc.cs
+++ b/docs/html/guide/guide_toc.cs
@@ -399,6 +399,9 @@
<li><a href="<?cs var:toroot ?>guide/samples/NotePad/index.html">
<span class="en">Note Pad</span>
</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">
<span class="en">Snake</span>
</a></li>
diff --git a/docs/html/guide/samples/images/SearchableDictionary1.png b/docs/html/guide/samples/images/SearchableDictionary1.png
new file mode 100644
index 000000000000..ebb4604f8607
--- /dev/null
+++ b/docs/html/guide/samples/images/SearchableDictionary1.png
Binary files differ
diff --git a/docs/html/guide/samples/images/SearchableDictionary2.png b/docs/html/guide/samples/images/SearchableDictionary2.png
new file mode 100644
index 000000000000..34746cd15563
--- /dev/null
+++ b/docs/html/guide/samples/images/SearchableDictionary2.png
Binary files differ
diff --git a/docs/html/guide/samples/index.jd b/docs/html/guide/samples/index.jd
index d8bbc4128c54..6e79d5020b01 100644
--- a/docs/html/guide/samples/index.jd
+++ b/docs/html/guide/samples/index.jd
@@ -33,6 +33,10 @@ can modify them and watch them execute. </p>
<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="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>
<dd>An implementation of the classic game "Snake."</dd>