Android Open Source - UI ListView JSON android-lazyload-listview






Project Summary

Android simple program that loads images from JSON feed with lazyload technique.

Web Site / Source Repository

android-lazyload-listview is hosted in the following web site
https://github.com/ashokslsk/android-lazyload-listview

If you think the Android project android-lazyload-listview 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-lazyload-listview.

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-lazyload-listview 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