That's a Contact List Application developed in Android mobile system. It use a JSON Data Type to render all the contacts into a list and show each contact in a detail view..
AndroidContactListApp is hosted in the following web site
https://github.com/maximicciullo/AndroidContactListApp
If you think the Android project AndroidContactListApp 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 AndroidContactListApp.
Item | Value |
---|---|
Java File Count | 10 |
Supported screen sizes | [hdpi] |
Activity Count | 2 |
Required Permissions | android.permission.INTERNET |
There are 2 image files in AndroidContactListApp. The names of the image files are listed as follows.
person.png star.png
The following screenshort is generated from the image listed above.
AndroidContactListApp has the following Java source files.
com.maximilianomicciullo.androidcontactlistapp.ApplicationTest.java com.maximilianomicciullo.androidcontactlistapp.CommonUtils.CommonUtilString.java com.maximilianomicciullo.androidcontactlistapp.Models.Contact.java com.maximilianomicciullo.androidcontactlistapp.Models.ContactAddress.java com.maximilianomicciullo.androidcontactlistapp.Models.ContactDetails.java com.maximilianomicciullo.androidcontactlistapp.Models.ContactListActivity.java com.maximilianomicciullo.androidcontactlistapp.Models.DetailActivity.java com.maximilianomicciullo.androidcontactlistapp.Models.Phone.java com.maximilianomicciullo.androidcontactlistapp.ParserComponent.ParserContactData.java