TrevorEdwards / bigredapp-android

Informational Android app for Cornell University.
https://play.google.com/store/apps/details?id=is.genki.bigredapp.android&hl=en
MIT License
14 stars 8 forks source link

Use Android Volley for our network requests #24

Closed ghost closed 9 years ago

ghost commented 9 years ago

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.

ghost commented 9 years ago

Closed as per 7c78904