Top "Contacts" questions

Related to accessing contacts (CRUD, operations on contacts like messaging) from contact-list or address book in mails, android, iphone, windows-phone or facebook.

android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 2

Below is my codes and I got the android.database.CursorIndexOutOfBoundsException: Index -1 requested, with a size of 2 error. Can …

android cursor contacts
Android SMS Content (content://sms/sent)

I'm having a problem reading the SMS messages from the device. When acquiring a content provider for the URI content://…

android contacts android-sms
Using LibPhoneNumber google lib in Android

The library libphonenumber doesn't work on Android and the exception says: "Caused by: java.lang.UnsupportedOperationException: CANON_EQ flag not …

android numbers contacts libphonenumber
java.lang.SecurityException trying to read from Android Contacts URI

I am trying to read Contact names, phone #'s, and emails from the ContactsContract URI, and I am getting a …

android permissions contacts
Android : Check phone number present in Contact List ? (Phone number retrieve from phone call)

I make a BroadcastReceiver to receive Phone number of the person who call me <intent-filter> <action android:…

android contacts broadcastreceiver
How load all the contacts with minimum time in Android

In my project getting contacts is taking a long time to load. What are ways to reduce the time of …

android contacts
How to create a contact programmatically

Possible Duplicate: How to add new contacts in android public boolean createContact(String name, String number, String email) { boolean success = …

android contacts contact android-contacts contactscontract
iPhone ABPeoplePickerNavigationController - How to select two single entries of two different multivalue properties of a person from Addressbook

I'm near desperation as I search for a solution for weeks now. The Problem is simple: Via the ABPeoplePickerNavigationController (as …

iphone objective-c addressbook contacts peoplepicker
Getting name and email from contact list is very slow

I'm implementing an AutoCompleteTextView and I need Name and E-Mail of all my contacts. I found this snippet that I'm …

android cursor contacts autocompletetextview
Database design - Multiple "Contact information" for different tables

I have a database with tables "person", "company", "shop", etc. Many of these tables must have "contact information". The possibility …

database database-design relational-database contacts