Top "Android-contacts" questions

Content related to Android's Contacts APIs

How to get the first name and last name from Android contacts?

How to get the following fields from Android contacts? I used Android 2.2. Name prefix First name Middle name Last name …

android android-contacts
Search contact by phone number

In my app, user writes a phone number, and I want to find the contact name with that phone number? …

android android-contacts
Android. to display contacts as list view

I want to display contacts in list view and add actions on all contacts , like on click on a particular …

android listview android-contacts listactivity
Insert a new contact intent

For one of my apps, I need the user to select one of his existing contacts or to create a …

android contacts android-contacts
Export the Contacts as VCF file

I want to export the Phone contacts to External storage area. I didn't work with this type of method. Anyone …

android android-contacts vcf-vcard
Get specific contact information from URI returned from Intent.ACTION_PICK

I am writing an Android app that has a data type that represents a person (specifically, the parent or guardian …

android android-intent android-contentprovider android-contacts
Select multiple contacts from phone book in android

I need to select contact numbers/emails from phone book in android. I have seen selecting one contact and getting …

android android-contacts
Inserting contacts in Android 2.2

I am trying to insert new RawContact contacts, but the RawContact added doesn't get displayed when I view the contacts …

android android-contacts
How to get Contact ID, Email, Phone number in one SQLite query ? Contacts Android Optimization

I want to fetch All Contacts atleast with one phone Number, also I want all Phone Numbers and All emails …

android sqlite android-contacts contactscontract