https://github.com/intrepidpursuits/web-services-exercise-android
https://github.com/intrepidpursuits/web-services-exercise-android
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/intrepidpursuits/web-services-exercise-android
- Owner: IntrepidPursuits
- Created: 2016-12-28T19:51:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T13:11:11.000Z (about 9 years ago)
- Last Synced: 2025-02-03T14:46:22.552Z (over 1 year ago)
- Language: Java
- Size: 86.9 KB
- Stars: 0
- Watchers: 14
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Services Exercise
### Overview:
Learn how to use Retrofit to perform web requests!
### Procedure:
1. Clone repository.
2. Create a new branch off master; name the branch according to the form {name}/retrofit (e.g., robboyle/retrofit).
3. The app makes a GET request using HttpURLConnection; refactor the app, such that the same request is made using an instance of Retrofit.
4. Create a pull request against master.