views:

79

answers:

1

Anyone have any luck querying for a contacts nickname given a phone number or contacts name?

Thanks

http://developer.android.com/reference/android/provider/ContactsContract.CommonDataKinds.Nickname.html

+2  A: 

have a view on this question: http://stackoverflow.com/questions/3053554/retrieve-contacts-nickname/3054083#3054083.

And also this question: http://stackoverflow.com/questions/3044545/get-contact-info-from-android-contact-picker/3044835#3044835

PM - Paresh Mayani
I am not sure how I couldnt find those links, but they did help. The first one has a utility method that did not work, but after some fiddling and combining the results of both links, I was able to do it. Thanks a bunch.
ekawas
@ekawas...Oh thats good...welcome...
PM - Paresh Mayani