

The Android system controls all events in the search dialog. When activated by the user, the search dialog appears at the top of the activity, as shown in figure The search dialog is a UI component that's controlled by the Android system.Both provide the same search features, but in slightly different Screenshot of an application's search dialog.īefore you begin, you should decide whether you'll implement your search interface using the That's assisted by the Android system to deliver search queries, using either theįigure 1. This guide shows you how to set up your application to provide a search interface Search suggestions that match actual results in your application data.Search suggestions based on recent queries.Other features available for the search dialog and widget include: This way, the user can initiateĪ search from any activity where the search dialog or widget is available, and the system starts theĪppropriate activity to perform the search and present results. The user's search query to a specific activity in your application. Both the search dialog and the widget can deliver Search widget that you can insert in your layout. The user interface with either a search dialog that appears at the top of the activity window or a When you're ready to add search functionality to your application, Android helps you implement
