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
0
votes
1 answer

Why am i crashing here?

The firstname, lastname and email address work great! as soon as I get to address, im crashing. NSString *firstName = (NSString *)ABRecordCopyValue(thisPerson, kABPersonFirstNameProperty); NSString *lastName = …
Cocoa Dev
  • 9,361
  • 31
  • 109
  • 177
0
votes
2 answers

Java Address Book - Next Steps

I have been asked to create a GUI Address Book. I have created the several different GUI's for each screen, for example, Main Method in one class, Main Menu class, Add New Contact class (consisting of 13 JTextFields for new contacts), Search 1…
Computeristic
  • 107
  • 1
  • 2
  • 9
0
votes
2 answers

I Need to make the call from the myapplication itself how is it possible?

I Want In my application to make call and When the call get ended than simply return to the application itself is it possible ?
NIKHIL
  • 2,719
  • 1
  • 26
  • 50
0
votes
1 answer

Simple way to merge the First, Middle and Last Name in one single First Name

Example: First Name: "Sandu" Middle Name: "D." Last Name: "Serban" The result would be something like: "Sandu_D._Serban" For all the contacts in my Mac Address Book. Thanks
0
votes
1 answer

Changing a Field in a Record Gives an IndexError

I have a program to make an address book, and I want to be able to confirm a change to a record before doing so--if I search for the last name "Peterson" and there are two entries, I can choose to change one, both, or neither. I'm trying to use…
Bips
  • 11
  • 2
0
votes
0 answers

CNContact: how to know which postal address properties to display for a given country?

The goal is to create a custom form for entering contact addresses. If you edit a contact's properties with a CNContactViewController on iOS, the properties in a postal address change based on the country. For instance, Afghanistan postal addresses…
Crashalot
  • 33,605
  • 61
  • 269
  • 439
0
votes
1 answer

iPhone: Indication when ABPeoplePickerNavigationViewController has finished loading

I'm working on an app which allows users to send messages to people which can be selected from a variety of sections. One of these sections happens to be the contacts stored on the phone book (other contacts are selected from an online DB). As such,…
NRaf
  • 7,407
  • 13
  • 52
  • 91
0
votes
1 answer

Call AddressBook problem on IPhone platform

HI all, I am puzzled that my program include the lib about ,but it can't call all the method like ABPersonCreate(),ABAddressBookCreate() and so on. The Emulator does not contain the Address book application, so the problem causes by this? if…
0
votes
1 answer

how to search contact from address book using uitextview in iphone?

i'm using uitextview for searching the contact details from address book. i.e., like uisearchbar search the contact details while text edit change in uitextview. i'm using uitextview if i tap 'a', the list of the contacts from address book will be…
Sri
  • 454
  • 6
  • 22
0
votes
1 answer

Question regarding errand on UITableView creation from iPhone Addressbook

I have a question regarding the AddressBook Framework for iOS. The situation is as follows: I'm trying recreate the contacts view from the phone application, but I want to show the contact's phone numbers in the same view. So if a contact has more…
0
votes
3 answers

JUnit assertEquals failing with HashSet

I was doing some JUnit tests for the AddressBook and kept failing to implement one of my tests. Here is that test: @Test public void parseIndices_collectionWithValidIndices_returnsIndexSet() throws Exception { Set actualIndexSet =…
Rajdeep
  • 2,246
  • 6
  • 24
  • 51
0
votes
1 answer

iphone version of Android contacts attributes?

I'm looking for a way to query contacts in my iPhone app based on a few things. First I only want contacts that have a phonenumber. Second, id like to sort the contacts in order of the number of times contacted. Android provides attributes that…
mymmaster
  • 826
  • 1
  • 9
  • 17
0
votes
0 answers

VS 2017 WPF save application data

i want to ask how to permanently save user input data read in through different TextBoxes and only temporary saved in a DataGrid (Data get lost after closing the application). I do not want to use SQL for this application. I just want to store the…
0
votes
2 answers

Best way to implement address book autocompletion on iPhone?

I'm wondering what is the best (fastest and simplest) way to have a textfield auto complete with iPhone's address book contacts information. Would access the address book each time a key is pressed fast enough ? Or do I have to load everything in my…
CodeFlakes
  • 3,671
  • 3
  • 25
  • 28
0
votes
3 answers

Free API to import address book from gmail yahoo aol and hotmail to web application

I am sweating since 3 days to import the address book from gmail, yahoo aol and hotmail. The user will login to web app and he will create an event and he should share the event details in the form of HTML mail with his friends, he should able to…
Jeevan Dongre
  • 4,627
  • 13
  • 67
  • 129