Related to accessing contacts (CRUD, operations on contacts like messaging) from contact-list or address book in mails, android, iphone, windows-phone or facebook.
I am attempting to retrieve the names and phone number(s) of all contacts and put them into arrays with …
ios swift ios9 contacts addressbookSo far I saw methods to get multiple phone numbers if I show a picker so user can select people …
ios objective-c contactsI'm using the old Contacts API to choose a contact with a phone number. I want to use the newer …
android contactsI 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 contactscontractFor one of my apps, I need the user to select one of his existing contacts or to create a …
android contacts android-contactsI 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