[android-developers] Android, auto complete with email contacts.

2012-01-15 Thread sblantipodi
Hi, I have an EditText, I would like to activate autocomplete on it. Something that help user to autocomplete with the correct email address. Is there some code snippet I can read on how to do it? Thanks. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] Android, auto complete with email contacts.

2012-01-15 Thread Kostya Vasilyev
What it takes is: - Extending AutoCompleteTextView or MultiAutoCompleteTextView - Providing a suitable adapter Take a look at the built-in Email app: