A sample application that demonstrates Android's search framework.

This application includes a dictionary of words. By invoking the Android search dialog inside the app (via the device search button or Menu > Search), you can perform a search across the dictionary. As you type, suggestions will appear, which you can select to view the complete definition. You can also execute the search to view all word definitions that match the entered text.

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.

The code in this application demonstrates how to:

See also: