Android Open Source - Image example volley-examples






Project Summary

Examples of Volley's image loader and http request mechanisms. OkHttp is used as the Http Client.

Web Site / Source Repository

volley-examples is hosted in the following web site
https://github.com/marcoRS/volley-examples

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

ItemValue
Java File Count21
Activity Count1
Fragment Count5
Required Permissionsandroid.permission.INTERNET




Java Source Files

volley-examples has the following Java source files.

com.droidtitan.volleyexamples.rest.MainActivity.java
com.droidtitan.volleyexamples.rest.VolleyApp.java
com.droidtitan.volleyexamples.rest.fragment.ExamplesListFragment.java
com.droidtitan.volleyexamples.rest.fragment.ImageLoaderFragment.java
com.droidtitan.volleyexamples.rest.fragment.NetworkImageFragment.java
com.droidtitan.volleyexamples.rest.fragment.RequestFragment.java
com.droidtitan.volleyexamples.rest.model.air.AirQuality.java
com.droidtitan.volleyexamples.rest.model.air.AirQualityHolder.java
com.droidtitan.volleyexamples.rest.model.air.AirQualityResponse.java
com.droidtitan.volleyexamples.rest.model.air.Uv.java
com.droidtitan.volleyexamples.rest.model.air.Weather.java
com.droidtitan.volleyexamples.rest.model.air.Zone.java
com.droidtitan.volleyexamples.rest.model.air.Zones.java
com.droidtitan.volleyexamples.rest.module.RestModule.java
com.droidtitan.volleyexamples.rest.util.Bus.java
com.droidtitan.volleyexamples.rest.util.GsonRequest.java
com.droidtitan.volleyexamples.rest.util.HttpResponseEvent.java
com.droidtitan.volleyexamples.rest.util.LruBitmapCache.java
com.droidtitan.volleyexamples.rest.util.OkHttpStack.java
com.droidtitan.volleyexamples.rest.util.RestUtils.java
com.droidtitan.volleyexamples.rest.util.VolleyHelper.java