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.

How to call Android contacts list?

I'm making an Android app, and need to call the phone's contact list. I need to call the contacts list …

android contacts
Read all contacts' phone numbers in android

I'm using this code to retrieve all contact names and phone numbers: String[] projection = new String[] { People.NAME, People.NUMBER }; …

android contacts android-contacts phone-number
How to read contacts on Android 2.0

I'm working on Android 2.0 and am trying to receive a list of all contacts. Since android.provider.Contacts.People is …

android contacts android-2.0-eclair
Programmatically Request Access to Contacts

Since updating to iOS 6 I've noticed that my code to add a contact to iPhone's address book no longer works. …

iphone objective-c ios ios6 contacts
Android contacts Display Name and Phone Number(s) in single database query?

I'm trying to obtain a list of contacts from the native database with their Display Name and Phone Number (any …

android contacts contactscontract
How to fetch all contacts record in iOS 9 using Contacts Framework

Most part of AddressBook framework is deprecated in iOS 9. In the new Contacts Framework documentation only shows how to fetch …

ios ios9 nspredicate contacts
get contact info from android contact picker

I'm trying to call the contact picker, get the persons name, phone and e-mail into strings and send them to …

android contacts contactscontract google-contacts-api
Prevent php web contact form spam

I am an amateur web designer, I have searched on stackoverflow.com and other websites and have found many fixes …

php forms contacts spam
How to retrieve Contact name and phone number in Android

I'm trying to retrieve contact list with there name and phone numbers. I try following code: // Get a cursor over …

android contacts