diff options
Diffstat (limited to 'samples/SearchableDictionary/_index.html')
-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 |