Below is a method in which I am trying to retrieve an user object by calling getSelf(). Problem is that the result is always null since the Volley request has not finished a
You can achieve this using the library VolleyPlus https://github.com/DWorkS/VolleyPlus
It has something called VolleyTickle and RequestTickle. Request is the same. It is synchronous Request and only one request at time.