An end to end example of loading data over HTTP and displaying it in Android..
sync_list is hosted in the following web site
https://github.com/lucaspiller/sync_list
If you think the Android project sync_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 sync_list.
Item | Value |
---|---|
Java File Count | 7 |
Minimum SDK Version | 4 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET |
sync_list has the following Java source files.
com.stackednotion.synclist.Provider.java com.stackednotion.synclist.resource.Contract.java com.stackednotion.synclist.resource.Remote.java com.stackednotion.synclist.resource.Status.java com.stackednotion.synclist.ui.MainActivity.java com.stackednotion.synclist.util.HttpFetcher.java com.stackednotion.synclist.util.JsonFetcher.java