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

Memory management when using CFStrings from de AddressBook

I am reading records from the AddressBook using the Apple provided API. I am still getting my head around memory management and so CFStrings are confusing me at the moment. This is how I am getting the properties: //Get Basic properties NSString*…
Zebs
  • 5,378
  • 2
  • 35
  • 49
0
votes
1 answer

Insert a custom ringtone in a rawcontact (new contact)

I would like to add a custom ringtone in a rawcontact (before create the contact). I used this code with succes to add a custom ringtone in a contact (already created): String select = ContactsContract.Contacts._ID + "=?"; String[] args = new…
0
votes
2 answers

Opening Native Address book in edit mode

I have a raw contact ID for a contact in my application. I want to open the native contact phonebook for editing in my contact (basically the contact in edit mode in native address book). How can I do that?
Amit
  • 225
  • 2
  • 14
0
votes
1 answer

One line keeps crashing, I think it could be something to do with CFDictionary but not sure. Please help

I have a line of code that keeps crashing NSArray* address = [NSArray arrayWithArray:[[[access.filteredResults objectAtIndex:[indexPath row]] addressArray] objectAtIndex:0]]; I debugged it and I discovered that addressArray is the culprit. It's…
Cocoa Dev
  • 9,361
  • 31
  • 109
  • 177
0
votes
1 answer

Create meCard qr code in iOS?

I have a ready code which can create vCard qr code. But I can't find info how to create meCard. Difference between vCard and meCard Additionally vCard is easier because its support is built-in into AddressBook.framework and Contacts.framework but…
Vyachaslav Gerchicov
  • 2,317
  • 3
  • 23
  • 49
0
votes
1 answer

Java.lang.NullPointerException error with address book

I'm trying to create an address book using JavaFX. So far I've created the main window, I've created the ObeservableList that contains all of my person data, and a method to return said list since it's private. I have all of the contacts in the list…
user3635683
0
votes
1 answer

add new postal address to existing contact

I try to add an address on an existing contact: // insert operations.Add(ContentProviderOperation.NewInsert(ContactsContract.Data.ContentUri) .WithValue(ContactsContract.Data.InterfaceConsts.ContactId,…
metagen
  • 43
  • 1
  • 6
0
votes
1 answer

Email Not showing from Android AddressBok

I am working on have been getting contacts from the device's address book. I have an issue with getting the Email. I have tried and it keeps showing either phone number or a number (I am guessing it is a type). Please Help. Here is my…
0
votes
1 answer

How to Get Duplicate Contact list iOS and merge or delete Contact?

I Want to Delete Duplicate or Merge duplicate Contact Can anyOne Provide me Sample Code for it !!!!! I want to get the List of Duplicate Contact in tableview and merge them or delete them
Mitesh Varu
  • 246
  • 1
  • 14
0
votes
1 answer

Assertion and exception on iPad simulator but not iPhone sim or device!

So I've been working on getting my app ready for iOS 4 and iPhone 4. Installed the latest Xcode and SDK and have been tweaking out graphics, etc. All is working flawlessly except I'm having problems running the app on the iPad simulator. I don't…
Nicholas
  • 447
  • 1
  • 4
  • 18
0
votes
2 answers

NSArray problem with addressbook

I have implemented an addressbook, I don't know what I do wrong, but whenever I select an address my whole app crashes and i receive the error > 2010-10-21 11:57:13.922 ANWB[2989:207] > *** Terminating app due to uncaught exception…
Nico
  • 215
  • 1
  • 3
  • 12
0
votes
1 answer

Adding new info in Address Book iPhone

How can I add an address to a Address Book contact in iPhone?
Jerem
  • 123
  • 1
  • 4
0
votes
1 answer

Create Address Book styled tableview for Edit/Add in iOS

I want to create a tableview same like as Address book of iPhone while Edit/Add contacts. Is there any framework or popular control for this? Help will be greatly appreciated. Thanks for your time
user2526811
  • 1,233
  • 4
  • 20
  • 54
0
votes
1 answer

Getting notifications on changes to the iPhone Address book

In my iPhone app, I have a collection of contacts from the iPhone address book, whose ABRecordIDs are stored via Core Data. I want to keep track of any changes made to them in and out of my app. Currently, on startup, I loop through all the…
Sudeep Y.
  • 48
  • 3
0
votes
0 answers

How to delete dictionaries from a list

I am trying to get the delete function in this program to work, I have tried using '.pop', '.clear' and 'del' functions but don't seem to work with the addressbook technique i've gone with. I've looked for a while and tried all kinds. Anyone help…
A.Jan
  • 3
  • 1