Does anybody knows how to set android search dialog hint dynamically? T have try to do something like:
If you are using the Toolbar and SearchView widgets, you can easily set the search query hint by calling:
Toolbar
SearchView
SearchView.setQueryHint(CharSequence hint)