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?