The Android autocomplete only starts after two letters. How can I make it so the list appears when the field is just selected?
For people who want to change threshold using SearchView you have to use:
SearchView.SearchAutoComplete complete = (SearchView.SearchAutoComplete)search.findViewById(R.id.search_src_text); complete.setThreshold(0);