· 8 years ago · Sep 14, 2017, 08:06 PM
1ArraString[] email = {"@gmail.com", "@hotmail.com", "@yahoo.com"}; 2 3AutoCompleteTextView actv = (AutoCompleteTextView) findViewById(R.id.auto); 4 actv.setThreshold(1); 5 actv.setAdapter(adapter);