I have a problem with Volley POST request on slow network. Everytime I see BasicNetwork.logSlowRequests in my LogCat, my POST request is executed twice or more
BasicNetwork.logSlowRequests
I found the solution for the double post, I just set the timeout to 0.