我正在开发一个 android 项目,该项目使用AutoCompleteTextView
从db
. 在模拟器中测试它会显示列表中的所有数据。但是当我在设备上测试它时,在我输入前 3 个字符后它并没有列出所有数据。我不知道问题是什么。
productTextView = (AutoCompleteTextView) findViewById(R.id.prodName_CB);
productTextView.setThreshold(2);
ClearableEditText.createClearableWidget(productTextView, x);
productTextView.setTypeface(tf);