AutoCompleteTextView.setThreshold

AutoCompleteTextView.setThresholdで、何文字入力したらサジェストを出すかの閾値を設定する。

AutoCompleteTextView  |  Android Developers

MainActivity.javaで、

閾値を1にする。

1文字入力しただけで出てくるようになった。
1文字入力しただけで出てくるようになった。

1文字入力しただけで出てくるようになった。

Sample/android/AutoCompleteTextView/setThreshold/src/AutoCompleteTextView at master · bg1bgst333/Sample · GitHub