Android Open Source - UI ListView Parse android-json-parsing-example






Project Summary

Program to prase the JSON feed and display it in ListView.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of android-json-parsing-example.

ItemValue
Java File Count6
Target SDK Version19
Minimum SDK Version14
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

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