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..
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.
The following table is the detailed list of VolleyTest.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 21 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.INTERNET |
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