page.title=Adding Search Functionality page.tags=searchview,database trainingnavtop=true startpage=true @jd:body
Android's built-in search features offer apps an easy way to provide a consistent search experience for all users. There are two ways to implement search in your app depending on the version of Android that is running on the device. This class covers how to add search with {@link android.widget.SearchView}, which was introduced in Android 3.0, while maintaining backward compatibility with older versions of Android by using the default search dialog provided by the system.