This is a very simple Android app for downloading JSON..
android-json-example is hosted in the following web site
https://github.com/SamuGG/android-json-example
If you think the Android project android-json-example 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-json-example.
Item | Value |
---|---|
Java File Count | 5 |
Target SDK Version | 18 |
Minimum SDK Version | 11 |
Activity Count | 1 |
Fragment Count | 2 |
jar files used | android-async-http-1.4.4.jar android-support-v4.jar gson-2.2.4.jar |
Required Permissions | android.permission.INTERNET |
android-json-example has the following Java source files.
com.samugg.example.json.ActivityMain.java com.samugg.example.json.Country.java com.samugg.example.json.CountryListAdapter.java com.samugg.example.json.FragmentSingleObject.java com.samugg.example.json.RestClient.java