I am trying to post some parameters to my rails API using Volley in Android. This is the code:
I tried with two log statements, one in getParams() and
getParams()
it happened because Volley params cache.
clean it like this
requestQueue.getCache().clear();
hope it's useful!