Simple example of ContactsContract API
Other than the brief article at android site:-
http://developer.android.com/resources/articles/contacts.html
I haven't seen any docs on using the new ContactsContract API. Can som开发者_JAVA技巧eone please direct me to an example/explanation of using it?
Look at the ContactManager and SampleSyncAdapter samples, located in your SDK path.
精彩评论