- Disabling Android auto-complete filtering
- autoCompleteAdapter = new ArrayAdapter<MyObjectType>(this,
- android.R.layout.simple_dropdown_item_1line);
- autoCompleteAdapter.setNotifyOnChange(true);
- myInput.setAdapter(autoCompleteAdapter);
- myInput.setThreshold(MIN_SUGGEST_LEN);