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 are received by an API, and when there is confirmation, the API returns a specific value.
My problem is that I'm not getting this specific return from the API. How do I get this return, not only the server response 200 return that is received by library default?