Hi

I'm trying to use a custom cursoradapter and an autocompletetextview
to allow a user to filter through their contacts...I have been able to
use get results with Contacts.DISPLAY_NAME...however whenever I try to
add PhoneLookup.NUMBER into my string array I get an illegal argument
exception: Invalid column number

I think the reason this is happeneing is because I pass
Contacts.CONTENT_URI as the parameter in my query() method....but have
no solution yet

The android doc for PhoneLookup says that "Columns from the Contacts
table are also available through a join. "

but i don't know how to do that

Any Help?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to