Android Contact List from remote JSON.
android-contact-list is hosted in the following web site
https://github.com/arielfr/android-contact-list
If you think the Android project android-contact-list 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 android-contact-list.
Item | Value |
---|---|
Java File Count | 13 |
Supported screen sizes | [hdpi] |
Activity Count | 2 |
Required Permissions | android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in android-contact-list. The names of the image files are listed as follows.
star.png
The following screenshort is generated from the image listed above.
android-contact-list has the following Java source files.
com.solstice.contactlist.ApplicationTest.java com.solstice.contactlist.ContactDetail.java com.solstice.contactlist.ContactList.java com.solstice.contactlist.adapter.ContactListAdapter.java com.solstice.contactlist.factory.ContactFactory.java com.solstice.contactlist.model.entity.Contact.java com.solstice.contactlist.model.entity.ContactAddress.java com.solstice.contactlist.model.entity.ContactDetails.java com.solstice.contactlist.model.entity.Phone.java com.solstice.contactlist.task.ReceiveContactList.java com.solstice.contactlist.task.TaskCompleted.java com.solstice.contactlist.util.Utilities.java