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.

Android how to send multiple contacts are attached in single .vcf file and send to mail?

In my application, a number of contacts are attached to single .vcf file and that file sent to mail, try …

android contacts vcf-vcard
How can I set a ringtone for an individual contact on Android?

How can I apply a ringtone to only the selected contact? I have found a way to set the default …

android contacts addressbook ringtone
Android notify when phone book is updated(Content Observer)

I want to get a notification on my phone if there is any change in the contact database(add,delete).…

android contacts contentobserver
"Create New Contact" and "Add to Existing Contact" for CNContactViewController()

With ABAddressBook, when I wanted the user to be able to have the options of "Create New Contact" and "Add …

ios swift contacts cncontact
How to delete a contact?

I'm working at android 2.1 ContactContract, when I had not set account(for example: gmail account) to android emulator then, new …

android contacts delete-row
Contact picker in ios to get phone number

I need an option like image picker for picking contact and to display phone number i have managed to get …

ios swift xcode contacts picker
how to select unique contacts from android

i want to select unique contacts from android only that contacts which have phone numbers. i am using this code …

android contacts android-contentprovider android-contacts android-cursor
Swift 3 add new contact with phone and email information

I'm trying to prompt the user to create a new contact and pass in information. (specifically a phone and email) …

ios swift xcode swift3 contacts
Contact API storing contact as an invisible contact: How to make it visible?

I am trying to add a contact in Android using getContentResolver. First I created an ArrayList: ArrayList<ContentProviderOperation> …

android native contacts invisible
how to remove duplicate contact from contact list in android

please have a look :- public static ArrayList<ContactsEntityBean> getContactDetails( Context mContext) { ArrayList<ContactsEntityBean> contactList = new …

android contacts