Android Studio 2.3.3, Volley 1.0.0
I work with Volley to do async http requests. And it does it well from "out-of-box". OK.
But sometimes I need to do SYNC http request. And I can't found this in Volley from "out-of-box".
The question is: Is it possible to do sync http request by Volley from "out-of-box"?
P.S. I wan't to do some workarounds.