Search code examples
androidautofillandroid-search

Android button auto-fill search field


how can I create in my android app a button that will automatically put the search suggestion into the search bar, so that when you click on the button, the search bar will be automatically filled with the corresponding text?

An example is shown in the image below.

Auto-fill button


Solution

  • The solution is to call setQueryRefinementEnabled(true) on the SearchView object