A sample contacts android application connected to a JSON endpoint. Exhibits image downloading and caching as well as a custom ListView adapter implementation.
SampleContactAndroidApp is hosted in the following web site
https://github.com/neelk07/SampleContactAndroidApp
If you think the Android project SampleContactAndroidApp 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 SampleContactAndroidApp.
Item | Value |
---|---|
Java File Count | 6 |
Supported screen sizes | [hdpi] |
Minimum SDK Version | 13 |
Activity Count | 2 |
jar files used | picasso-2.2.0.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE |
There are 1 image files in SampleContactAndroidApp. The names of the image files are listed as follows.
favorite_icon.png
The following screenshort is generated from the image listed above.
SampleContactAndroidApp has the following Java source files.
com.example.SampleContactApp.Contact.java com.example.SampleContactApp.ContactList.java com.example.SampleContactApp.DetailedContact.java com.example.SampleContactApp.DetailedContactList.java com.example.SampleContactApp.FakeTrustManager.java com.example.SampleContactApp.TestRestClient.java