Examples of Volley's image loader and http request mechanisms. OkHttp is used as the Http Client.
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.
The following table is the detailed list of volley-examples.
Item | Value |
---|---|
Java File Count | 21 |
Activity Count | 1 |
Fragment Count | 5 |
Required Permissions | android.permission.INTERNET |
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