Showing posts with label contacts. Show all posts
Showing posts with label contacts. Show all posts

Tuesday, May 8, 2012

How can I choose a phone number with Android"s contacts dialog


I'm using the old Contacts API to choose a contact with a phone number. I want to use the newer ContactsContracts API. I want...

Monday, February 27, 2012

Hide my app contacts from user


I want to use the contacts API but for my specific application my users will most likely not want these contacts polluting their contact list. The application is targeted for delivery drivers and I want to use Contacts to keep track of past deliveries. I don't really care if the user can edit or change the contacts, but I don't want to confuse the user by having these contacts start populating in their address book.

Tuesday, January 17, 2012

Sunday, January 15, 2012

how to fetch contact number in android?


I am trying to fetch contact number in my application but it is showing only id and display name can anyone correct it. I dont kno how to fetch the contact numbers. I am only trying to fetch the contact numbers not to add the contact numbers.