Returning server data using Volley - Android [closed]

1

I have an Android application that makes some requests on the server and also for sending data via web service, using the Volley library.

The data sent by the application is received by an API, and when there is confirmation that the data sent is as expected, the API returns a specific value.

My problem is that I'm not able to receive this specific return from the API. How do I get this return and not only the% return% that is received by library default?

    
asked by anonymous 12.07.2017 / 12:46

0 answers