Top "Android-contacts" questions

Content related to Android's Contacts APIs

How to get the user profile on Android device

I want to be able to automatically enter information into the create account form and suggest possibilities based on information …

android android-contacts contactscontract accountmanager google-account
Android Contact Picker with only Phone Numbers

I found on SO that to launch a filtered version of contact picker (which only shows contacts that have phone …

android android-contacts
Possible to get "Owner" contact info in Android?

I haven't been able to find a straight answer on this. Can anyone tell me if it's possible to get …

android android-contacts
Search Contact By Name

I am trying to create a Custom Contact app which displays only those contacts that have Contact Number. First of …

android android-contacts android-cursor android-search
Android get sms from inbox, optimized way to read all messages and group them

Hi am implementing a SMS App, now am able to retrieve all messages with their respective contact info like display …

android android-contentprovider android-contacts android-contentresolver
Get list of contacts belonging to a specific group

Does anybody know how to get a list of contacts belonging to a 1 specific group in Android? I need something …

android list contacts android-contacts
How to get whatsapp Contacts from Android Programmatically?

I have try to get whatsapp contact from phone and i get total Count of whatsapp contact but from RawContacts …

android contacts android-contacts whatsapp android-contentresolver
How to Check if a contact on android phone book has whatsapp enabled?

For a given number from my address book, I need to look-up if the number has whatsapp enabled. (The idea …

android android-contacts whatsapp
android vcard string to contact

i'm wondering if there's a clean way to import a vcard as an android contact. i have a vcard parser, …

android vcf-vcard android-contacts
How to import or insert contacts from .vcf file in Android programmatically?

I create .vcf file of all contacts in Android using below code. public static void getVCF() { final String vfile = "POContactsRestore.…

android android-contacts vcf-vcard