diff options
author | Scott Main <smain@google.com> | 2009-08-29 13:08:18 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2009-08-31 15:22:28 -0700 |
commit | 50992e805e758e2231f28ec2127b57a1a9fd0ddc (patch) | |
tree | 39a49d31d3b062a1b5fba4bda4d55b6b351ed510 /samples/SearchableDictionary | |
parent | 67545123a4188c714fbcf24e7fe1cf1f614b610c (diff) | |
download | android_development-50992e805e758e2231f28ec2127b57a1a9fd0ddc.tar.gz android_development-50992e805e758e2231f28ec2127b57a1a9fd0ddc.tar.bz2 android_development-50992e805e758e2231f28ec2127b57a1a9fd0ddc.zip |
docs only.
add a homepage for the searchable dictionary sample app.
and make all urls relative
Diffstat (limited to 'samples/SearchableDictionary')
-rw-r--r-- | samples/SearchableDictionary/_index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/samples/SearchableDictionary/_index.html b/samples/SearchableDictionary/_index.html new file mode 100644 index 000000000..de3345e3f --- /dev/null +++ b/samples/SearchableDictionary/_index.html @@ -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" />
\ No newline at end of file |