I need to allow my users to enter multiple email addresses into a textedit and I would like to have the ability to suggest contacts as they type the address and once they enter in one or more emails I would like to validate the email and visually signify that the emails are added. The gmail app does a great job of this. Below are pictures of what I'm talking about. Can anyone give me some suggestions or point me in the right direction?
Asked
Active
Viewed 202 times
1 Answers
2
You have to use a MultiAutoCompleteTextView
.

Ahmad
- 69,608
- 17
- 111
- 137
-
1No I haven't, and that is exactly what i'm looking for. Thanks for the answer! – KevinM Apr 27 '13 at 16:42
-
I have some issue. Please have a look http://stackoverflow.com/questions/19676347/setting-multiple-custom-elements-to-multiautocompletetextview-android – Braj Nov 06 '13 at 06:41