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 get a CNContact phone number(s) as string in Swift?

I am attempting to retrieve the names and phone number(s) of all contacts and put them into arrays with …

ios swift ios9 contacts addressbook
Retrieve all contacts phone numbers in iOS

So far I saw methods to get multiple phone numbers if I show a picker so user can select people …

ios objective-c contacts
Round button in Android

I want to create a circular button having a plus and minus sign on to this and exactly used in …

android layout button contacts
How can I choose a phone number with Android's contacts dialog

I'm using the old Contacts API to choose a contact with a phone number. I want to use the newer …

android contacts
Insert contact in Android with ContactsContract

I am trying to add a new contact to the Android 2.2 contacts directly. //this code doesn't work ContentValues cv=new …

android android-activity android-intent contacts contactscontract
iOS - add contact into Contacts?

Heyo! Is there a way how when a user taps a button it can add or update a contact into …

iphone ios email uibutton contacts
Insert a new contact intent

For one of my apps, I need the user to select one of his existing contacts or to create a …

android contacts android-contacts
How to retrieve address book contacts with Swift?

I don't understand why my code doesn't compile with Swift. I am trying to convert this Objective-C code: CFErrorRef error = …

swift contacts addressbook ios8
How to get contacts which are used in whatsapp or other application in android

Hi i want to get contact which are used by other application (like whatsapp or viber ) please see in below …

android contacts whatsapp viber
Send SMS through PhoneGap on Android

I am exploring capabilities and features of PhoneGap. I have gone through the PhoneGap site. Is there any possibility (or) …

android sms contacts cordova