AutoCompleteTextView 设置1个字符就自动提示AutoCompleteTextView 默认是:当输入2个字符以上 才会提示的
AutoCompleteTextView 设置1个字符就自动提示
AutoCompleteTextView 默认是:当输入2个字符以上 才会提示的 这是可以设定的 现在要求 1 个字符 就自动提示
autoview.setThreshold(1);
AutoCompleteTextView 设置1个字符就自动提示
AutoCompleteTextView 默认是:当输入2个字符以上 才会提示的 这是可以设定的 现在要求 1 个字符 就自动提示
autoview.setThreshold(1);