Program to prase the JSON feed and display it in ListView.
android-json-parsing-example is hosted in the following web site
https://github.com/ashokslsk/android-json-parsing-example
If you think the Android project android-json-parsing-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-parsing-example.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET |
android-json-parsing-example has the following Java source files.
dev.ash.catalog.FlowerAdapter.java dev.ash.catalog.HttpManager.java dev.ash.catalog.MainActivity.java dev.ash.catalog.model.Flower.java dev.ash.catalog.parsers.FlowerJSONParser.java dev.ash.catalog.parsers.FlowerXMLParser.java