Adding Search to the Action Bar
Along with the Action Bar, Android 3.0 introduced the SearchView
widget, which can be included as a menu item when creating a menu. This is now the recommended UI pattern to provide a consistent user experience.
The following screenshot shows the initial appearance of the Search icon in the Action Bar:
This screenshot shows how the Search option expands when pressed:
If you want to add a Search functionality to your application, this recipe will walk you through the steps to set up your User Interface and properly configure ...
Get Android Application Development Cookbook - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.