Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ArraString[] email = {"@gmail.com", "@hotmail.com", "@yahoo.com"};
  2.  
  3. AutoCompleteTextView actv = (AutoCompleteTextView) findViewById(R.id.auto);
  4. actv.setThreshold(1);
  5. actv.setAdapter(adapter);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement