Thanks Asheesh for your reply but it uses Contect URI Contacts.People which 
is depricated
http://developer.android.com/reference/android/provider/Contacts.People.html
 

it is suggected to use 
ContactsContract<http://developer.android.com/reference/android/provider/ContactsContract.html>
 in 
place of Contact.People, but using  
ContactsContract<http://developer.android.com/reference/android/provider/ContactsContract.html>
 we 
have to make separate query and have separate cursor for each query i.e. 
PHONE, ADDRESS, PHOTO, ORGANISATION.etc, and i am using CursorAdapter for 
displaying these information in the list and it can accept only one cursor.


Thanks
Anieeh.

On Friday, June 15, 2012 9:54:03 AM UTC+5:30, asheesh arya wrote:
>
> just go through this link
>
> http://thinkandroid.wordpress.com/2010/01/19/retrieving-contact-information-name-number-and-profile-picture/
>

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

Reply via email to