I've been having issues where the first request times out, and wanting to automatically do a retry. Started googling, and it seems like the above "Volley" seems like the way to go to do get requests for this app.
Currently our network requests are done using the GetRequest class, but we should switch to the above.
https://developer.android.com/training/volley/index.html
I've been having issues where the first request times out, and wanting to automatically do a retry. Started googling, and it seems like the above "Volley" seems like the way to go to do get requests for this app.
Currently our network requests are done using the
GetRequest
class, but we should switch to the above.