Android Open Source - Image download webgallery






Project Summary

Application gets from internet and parses JSON array. Received data is used to download images and place them to a VerticalGridView. Used async mechanism of downloading data..

Web Site / Source Repository

webgallery is hosted in the following web site
https://github.com/shutnick/webgallery

If you think the Android project webgallery 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 webgallery.

ItemValue
Java File Count4
Minimum SDK Version19
Activity Count1
Required Permissionsandroid.permission.ACCESS_NETWORK_STATE
android.permission.INTERNET




Java Source Files

webgallery has the following Java source files.

com.example.webgallery.activity.WebGalleryActivity.java
com.example.webgallery.activity.view.RecyclerViewAdapter.java
com.example.webgallery.threads.DataHandler.java
com.example.webgallery.threads.GetJsonTask.java