Android Open Source - App basic VolleyTest






Project Summary

This application is a sample application to test Volley, given by Android. I have implemented basic classes to test each type of request using Volley..

Web Site / Source Repository

VolleyTest is hosted in the following web site
https://github.com/PankajChunchun/VolleyTest

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

ItemValue
Java File Count6
Target SDK Version21
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.INTERNET




Java Source Files

VolleyTest has the following Java source files.

com.pankaj.volleytest.MainActivity.java
com.pankaj.volleytest.network.BaseRequest.java
com.pankaj.volleytest.network.MyImageRequest.java
com.pankaj.volleytest.network.MyJsonRequest.java
com.pankaj.volleytest.network.MyStringRequest.java