Sample Android app showing contacts from the address book/local database.
Contacts is hosted in the following web site
https://github.com/JoseGD/Contacts
If you think the Android project Contacts 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 Contacts.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [mdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 3 |
Fragment Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET android.permission.READ_CONTACTS |
There are 1 image files in Contacts. The names of the image files are listed as follows.
ic_contact_picture_holo_light.png
The following screenshort is generated from the image listed above.
Contacts has the following Java source files.
com.josegd.contacts.ContactDetailsActivity.java com.josegd.contacts.ContactDetailsListAdapter.java com.josegd.contacts.ContactListAdapter.java com.josegd.contacts.ContactsData.java com.josegd.contacts.ContactsListFragment.java com.josegd.contacts.LocalContactsData.java com.josegd.contacts.MainActivity.java com.josegd.contacts.PhotoActivity.java com.josegd.contacts.PhotoLoader.java com.josegd.contacts.WSCallDialogFragment.java