A simple application that uses the GSON to fetch and parse JSON into Java models for Android.
GSONAndroidSample is hosted in the following web site
https://github.com/KyleBanks/GSONAndroidSample
If you think the Android project GSONAndroidSample 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 GSONAndroidSample.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 3 |
Minimum SDK Version | 3 |
Activity Count | 1 |
jar files used | android-support-v4.jar gson-2.2.2.jar |
Required Permissions | android.permission.INTERNET |
GSONAndroidSample has the following Java source files.
com.example.kylewbanksblog.Post.java com.example.kylewbanksblog.PostsActivity.java com.example.kylewbanksblog.Tag.java