I use the following code to set text to an AutoCompleteTextView field. But I noticed that when I set certain text (not all text, but some) to it, it will automatically pop u
Funny trick. Works 100% :)
tv.setThreshold(Integer.MAX_VALUE); tv.setText(station.getName()); tv.setThreshold(1);