Top "Addressbook" questions

An address book or a name and address book (NAB) is a book or a database used for storing entries called contacts.

Find Duplicate Elements In Array Using Swift

How to find Duplicate Elements in Array? I have array of phone numbers so in the phone numbers i should …

arrays swift ios8 addressbook
Getting a name error when trying to input a string

import pickle import os import time class Person(): def __init__(self, number, address): self.number = number self.address = address def …

python python-3.x addressbook nameerror
How to add a contact to the iPhone's Address Book from a Web Page?

In the desktop Mac world, if I were to click on a link in a web page which linked to …

iphone addressbook mobile-safari vcf-vcard
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
How to correctly use ABPersonViewController with ABPeoplePickerNavigationController to view Contact information?

Update 9/2/10: This code no longer works as of the iOS 4 update--it fails with an internal assertion. There is now a …

iphone ios addressbook
"Attempt to insert row 0 into section 0, but there are only 0 rows in section 0 after the update" Error

I have an app that is selecting a person from their contacts list and takes their First name, last name …

ios objective-c uitableview addressbook
How to get formatted address NSString from AddressDictionary?

Trying to get formatted address from AddressDictionary, that I got from CLGeocoder. Used following code with no result: subtitle = [NSString …

ios addressbook clgeocoder
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
Creating a circularly linked list in C#?

What would be the best way to create a circularly linked list in C#. Should I derive it from the …

c# linked-list addressbook
Import Address Book from Gmail/Hotmail/Yahoo using C# and ASP.NET

Hi can somebody tell me how to import all of my contacts from gmail, yahoo, hotmail and so on.. and …

c# .net asp.net import addressbook