An example how to access contacts on Android.
ContactsDemo is hosted in the following web site
https://github.com/pelotasplus/ContactsDemo
If you think the Android project ContactsDemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of ContactsDemo.
Item | Value |
---|---|
Java File Count | 6 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.READ_CONTACTS |
ContactsDemo has the following Java source files.
pl.pelotasplus.contactsdemo.SwapNamesTask.java pl.pelotasplus.contactsdemo.adapter.ContactAdapter.java pl.pelotasplus.contactsdemo.loader.ContactLoader.java pl.pelotasplus.contactsdemo.model.Contact.java pl.pelotasplus.contactsdemo.ui.ContactsListFragment.java pl.pelotasplus.contactsdemo.ui.MainActivity.java