Top "Contacts" questions

Related to accessing contacts (CRUD, operations on contacts like messaging) from contact-list or address book in mails, android, iphone, windows-phone or facebook.

Permission Denial when trying to access contacts in Android

I am trying to access the contacts on the device and later display them in a list, however when I …

java android permissions contacts
Contact Address book crash on iOS 10 beta

When click on any contacts in address book (inside my app) it's crashing on iOS 10 beta and working fine on …

ios contacts addressbook ios10
Getting android contacts

Im trying to get a list of all the contacts and there email address. Currently im using this code, however …

android contacts
Get contact details from contact id in Android

I want to get several contact details from a contact list view. I have this code: list.setOnItemClickListener(new OnItemClickListener() { @…

android list contacts lookup details
How to create a link to contact specific phone number via Telegram?

So I found out I could use a link like this in HTML: <a href="https://api.whatsapp.com/…

html hyperlink contacts telegram telegram-bot
Android get a cursor only with contacts that have an email listed >android 2.0

i have the following code to get contacts from content provider String[] columns = new String[] { ContactsContract.Contacts.DISPLAY_NAME, ContactsContract.…

android cursor contacts
Get list of contacts belonging to a specific group

Does anybody know how to get a list of contacts belonging to a 1 specific group in Android? I need something …

android list contacts android-contacts
How to get the contacts from a group of Whatsapp in android?

I would like to know if it is possible to take information somehow. I want to know if I can …

android contacts whatsapp
How to get whatsapp Contacts from Android Programmatically?

I have try to get whatsapp contact from phone and i get total Count of whatsapp contact but from RawContacts …

android contacts android-contacts whatsapp android-contentresolver
Get Contacts mobile number only

There have been several questions on SO regarding getting Contacts numbers using the Contacts API but I'd like to know …

android contacts