VolleyPlus icon indicating copy to clipboard operation
VolleyPlus copied to clipboard

🏐 Volley library : make everything faster . Its an improvements for Volley by Google for Android https://android.googlesource.com/platform/frameworks/volley

Results 37 VolleyPlus issues
Sort by recently updated
recently updated
newest added

Unable to resolve dependency for ':RunSoft.SmartCitySys@rsspcyDebug/compileClasspath': Could not resolve dev.dworks.libs:volleyplus:+. Could not resolve dev.dworks.libs:volleyplus:+. Required by: project :RunSoft.SmartCitySys > Could not resolve dev.dworks.libs:volleyplus:+. > Failed to list versions for dev.dworks.libs:volleyplus....

this is stack trace Build version: 1.1 Build date: 1981-01-01 01:01:02 Current date: 2021-11-01 11:19:45 Device: Realme RMX2151 OS version: Android 11 (SDK 30) Stack trace: java.lang.NoSuchMethodError: no static method...

I need to upload multiple files using same name. How I can resolve this issue? PHP already supports it. Please check following [url](http://php.net/manual/en/features.file-upload.multiple.php). Thank you for your answer.

I am working with an android application where I am trying to upload a file to server with SimpleMultipartRequest, either I upload the jpeg,pdf,png but i always receive xyz.octet-stream file...

I am trying to upload file to my server using SimpleMultipartRequest. I am getting this issue `java.net.SocketException: sendto failed: EPIPE (Broken pipe)` Here is my code. ``` public void makeMultipartRequest(final...

With original volley lib version I have all cookies but with your lib version I get `mainServerInstance=` Should be: `Set-Cookie=UserAuth=Random_AuthString; path=/; secure;` Iam getting: `Set-Cookie=mainServerInstance=; path=/; secure;`

working fine until it is tested in android Oreo, but when I hit api request in android Pie, it always go in onError method

having this issue "Error: Program type already present: com.android.volley.Cache" when i am going to making a build getting above error. Please explain why its showing me

2018-12-26 13:13:49.156 26069-26098/tech.profusion.sumit.multiparttest E/AndroidRuntime: FATAL EXCEPTION: Thread-5 Process: tech.profusion.sumit.locationclient, PID: 26069 java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/http/ProtocolVersion; at com.android.volley.toolbox.HurlStack.performRequest(HurlStack.java:151) at com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:97) at com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:118) at dalvik.system.BaseDexClassLoader.findClass(BaseDexClassLoader.java:134) at java.lang.ClassLoader.loadClass(ClassLoader.java:379) at java.lang.ClassLoader.loadClass(ClassLoader.java:312) at com.android.volley.toolbox.HurlStack.performRequest(HurlStack.java:151) ...

private void sendCompanyInformationToServer() { SimpleMultiPartRequest smr = new SimpleMultiPartRequest(Request.Method.POST, User.ADD_COMPANY, new Response.Listener() { @Override public void onResponse(String response) { Log.d("Response", response); try { JSONObject jObj = new JSONObject(response); String message...