android-contacts
Android: How do I find the list of calls made to a particular contact?
Given a contact, or a contact ID, in android, how开发者_StackOverflow社区 do I get the list of calls made to or from that contact?Like the call log, but filtered to just one individual (with the possi[详细]
2023-01-30 05:21 分类:问答How do I provide a filter for the initial results in the ContactPicker?
I\'m using the built in ContactPicker with the Phone.CONTENT_URI to build a list of contacts that the user selects. So far it\'s worked pretty well, but I would love to have it not show contacts my us[详细]
2023-01-30 03:42 分类:问答How to get the id of the contact on Android contact list?
Hey, I want to get the id of the contact which is in the list of contacts on Android. I mean, when I add a contact to the phone, I think it has an Id, what is the class that provides this parameter? I[详细]
2023-01-30 01:43 分类:问答How to know that the content provider of calls has changed
Hey, I\'d like to know if there is a way to know if the content provider of callings has changed. I mean, if I make a call, or I answer a call, it returns a \"flag\" that a new log has been added to t[详细]
2023-01-29 18:38 分类:问答Problems with ContactsContract.CommonDataKinds.StructuredName
I got most of the things working when querying contact data. I\'m fighting with StructuredName and Organization. They do not work for me.[详细]
2023-01-29 06:04 分类:问答Android Upgrade "send SMS function" in QuickContact
When i set up Skype on Android and clik on phone button in QuickContact in default \"Contacts book\" system asks how to perform this action : \"Skypeout\" or \"Telephone\".[详细]
2023-01-29 00:20 分类:问答Why do the selected contacts not appear in the textview?
I am creating a multiple choice layout for contact list. I successfully pick the contacts. However, instead of displaying the contact name in text view,it appear as String value. I just want the conta[详细]
2023-01-28 23:08 分类:问答how to get contact number into Text view?
this is is the code i have but everytime i click on the contact it force closes. and is there a code so that when i get the contact it adds it into a text view?[详细]
2023-01-28 14:19 分类:问答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[详细]
2023-01-28 11:12 分类:问答Accessing Android Contact Group Names
Can you p开发者_Python百科lease tell me how to fetch contact groups programmatically stored in our android phone?final String[] GROUP_PROJECTION = new String[] {[详细]
2023-01-27 19:35 分类:问答