Questions tagged [addressbook]

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

An address book or a name and address book (NAB) is a book or a database used for storing entries called contacts. Each contact entry usually consists of a few standard fields (for example: first name, last name, company name, address, telephone number, e-mail address, fax number, mobile phone number). Most such systems store the details in alphabetical order of people's names, although in paper-based address books entries can easily end up out of order as the owner inserts details of more individuals or as people move. Many address books use small ring binders that allow adding, removing and shuffling of pages to make room.

Source

926 questions
-1
votes
1 answer

How to search for a record in Java when building an address book

I am creating an address book in java and I am trying to implement the functionality of "searching" for a record. When I input a record and then try to search for it, it says that the record is not found, even though I put it in. Is there an…
-1
votes
1 answer

Is it possible to add the contact to the users address book by scaning QR Code?

My app can generate QRCode. I want to share it with another person. Is it possible to generate QRCode with some user information? And when somebody scan it then it will save in user address book.
Dmitriy Greh
  • 684
  • 8
  • 17
-1
votes
1 answer

how can access conact from application?

I am developing a project that access the contact from my application. But I cant access contact from my app. Can anyone help me accessing contacts from my app, if it is possible?
Almand
  • 333
  • 2
  • 4
  • 9
-1
votes
1 answer

ABGroupCreate problem

I have problem with adding a group to the iOS address book. In the simulator everything works great, I add the group, and assign contacts to it. But when the same application runs on an iPhone or iPad the group is not created and the new contacts…
hinderberg
  • 414
  • 1
  • 3
  • 11
-1
votes
2 answers

How to open contact list with VBA

How can I use VBA to do the same thing as Ctrl+Shift+B, Tools, Options, Custom and set a specific contact list as number one?
-1
votes
1 answer

Storing a record locator in the user's Address Book kABPersonInstantMessageProperty field

I have an app that uses the user's Address Book for contacts. I also have other information I wish to store on a per-user basis (per Address Book entry basis). I allow the user to import a single user, an Address Book group, or all of their…
Jann
  • 2,214
  • 3
  • 28
  • 45
-1
votes
2 answers

How to open iPhone address book using Contacts.framework

I'm trying to open Address book using new Contacts.framework. This framework is introduced in iOS 9.0, I've tried some ways to open the view controller but ends up crashing. Has anyone faced similar issue? NSError *error; CNContactStore *store =…
Bhanu Birani
  • 1,286
  • 1
  • 13
  • 22
-1
votes
1 answer

Recreating the Contacts App that comes with iphone by default

Im trying to recreate the contacts app for learning purpose . you can see in your iphones it has 5 tabs . and in the 3rd tab is selected the contacts are shown with a "+" bar button item. How do i implement this? using address book framework this…
Sri Ram
  • 35
  • 8
-1
votes
3 answers

How to handle multiple properties on iPhone's addressbook?

The problem is that I always get runtime crashes at any method invoked at phones variable. At this version I get an error at 1 (ABMultiValueCopyValueAtIndex). If I'll comment this line, the code crashes at 2 (ABMultiValueGetCount). It looks like the…
Alistra
  • 5,177
  • 2
  • 30
  • 42
-1
votes
2 answers

How to delete all email addresses with a specific domain in OS X Contacts using AppleScript?

I have a bunch of email addresses in my contacts that are the email addresses of their phone number provided to them from Verizon. For example: 1234567890@vtext.com or I want to create an Applescript that deletes all of those email addresses.
-1
votes
2 answers

UIAddressBook in UITableView with NSObjectClass

I need to make a UITableView which fetches address book contents in it and also a UISearchBar which searches the address book contents. I need an implementation like this project http://www.appcoda.com/search-bar-tutorial-ios7/ But the problem is…
ios
  • 955
  • 1
  • 12
  • 35
-1
votes
1 answer

How to batch remove custom labels from iOS AddressBook programmatically?

I want to batch remove custom labels from AddressBook programmatically. But there are no public API. Any one have better resolve, thanks!
林金柱
  • 13
  • 3
-1
votes
1 answer

iOS: Add address to new or existing contact with ABUnknownPersonViewController

Hello everyone, I am using the a LocationManager, Geocoder and Placemark to get the address of the user. Everything works fine. After starting standardUpdates I use the following function: [...] -(void)locationManager:(CLLocationManager *)manager…
Benjamin1956
  • 1,883
  • 2
  • 12
  • 12
-1
votes
1 answer

all contact numbers not coming from the address book

I faced one problem from the address book,i saved two phone numbers from my contacts one as home other one as office,i am getting only one number in ,application contact list.if i want to get the two numbers what i want to do.
-1
votes
1 answer

How to implement the Scanner for this function?

I'm making an address book program and I'm to add/delete/find people. This is my contact class import java.util.Scanner; public class Contacts { String name; String lastn; String phone; public Contacts () { Scanner sc = new Scanner…
Uri D. Charles
  • 57
  • 1
  • 1
  • 9