[android-developers] AutoCompleteTextView for contacts

2014-01-23 Thread Muhammad Rashid
Hi I would like to say that I am developing an android SMS app. I am using AutoCompleteTextView for contacts suggestions. Here I am using SimpleAdapter with three fields name, phoneNumber and phoneType. But when I put any text like m, it suggests all contacts with phoneType mobile. Same if

Re: [android-developers] AutoCompleteTextView for contacts

2014-01-23 Thread TreKing
On Thu, Jan 23, 2014 at 5:54 AM, Muhammad Rashid muhammad.rash...@gmail.com wrote: But when I put any text like m, it suggests all contacts with phoneType mobile. Same if I put h, it suggests all contacts with phoneType home. But I want to get only suggestions for name and phoneNumber not

[android-developers] AutoCompleteTextView with Contacts Directory Problem (Android Honeycomb)

2012-01-20 Thread BVB
Hello Everyone, I am attempting to add an AutoCompleteTextView to my Android Honeycomb application. I would like the AutoCompleteTextView to access the contacts of the primary Google account that is registered on the device. Specifically, I would it to provide suggestions for e-mail addresses

[android-developers] AutoCompleteTextView for contacts

2009-01-16 Thread Miguel Paraz
Hi, How can I have a AutoCompleteTextView which autocompletes from the Contacts, the way the Messaging app does? It's possible to read the contacts from the Contacts provider, and use this for the AutoCompleteTextView's adapter. But, how does the Messaging app show two lines with the contact