Most voted "volley" questions
Volley is an android library implemented by Google that facilitates programming of networked applications. It is reference for REST calls. Use this tag for questions related to your usage, methods, classes, and errors.
Learn more…55 questions
Sort by count of
-
0
votes1
answer54
viewsRecyclerview is displaying entire json array instead of object
Inside recyclerView everything is being displayed correctly except the "name" (Notifier > name) When I use String creatorName = hit.getString("notifier"); it shows the entire "Notifier" object.…
-
0
votes0
answers38
viewsDoubt Volley on Android
Is it necessary to have a Listview to send data to the webservice with Volley on Android? Because I only created three Edittext to test. It’s returning "timeout error". I’ve checked the url, it’s…
-
0
votes0
answers69
viewsVolley: onErrorResponse is returning the error as null
My server is registering normally, but when trying to send a record to register using Volley, it drops to onErrorResponse and the object error.getMessage() is returning null. My java code: private…
-
0
votes0
answers43
viewsVolley error PHP Android Studio, not recognizing the POST
I’m having problems with the connector or Android. I really don’t know. I already use Volley in other activities but had never given this problem. Can anyone help me in this? Returns who did not…
-
0
votes0
answers22
viewsPost Request does not pass `getParams()`meters with Volley’s Stringrequest
When I make a POST Request according to my function postRequest() using the StringRequest of Volley I cannot access the parameters passed on getParams(). However, the method getRequest() works as…