Learn how to use Retrofit to perform web requests!
- Clone repository.
- Create a new branch off master; name the branch according to the form {name}/retrofit (e.g., robboyle/retrofit).
- The app makes a GET request using HttpURLConnection; refactor the app, such that the same request is made using an instance of Retrofit.
- Create a pull request against master.