https://github.com/jakesteam/retrofit-experiments
Small collection of implementations of retrofit tutorials
https://github.com/jakesteam/retrofit-experiments
Last synced: about 1 year ago
JSON representation
Small collection of implementations of retrofit tutorials
- Host: GitHub
- URL: https://github.com/jakesteam/retrofit-experiments
- Owner: JakeSteam
- License: mit
- Created: 2019-06-04T15:37:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T18:39:44.000Z (about 7 years ago)
- Last Synced: 2025-02-10T03:47:19.370Z (over 1 year ago)
- Language: Kotlin
- Homepage: https://blog.jakelee.co.uk/tutorials-overview-for-retrofit/
- Size: 153 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Retrofit Experiments
Working through a few tutorials, playing with some ideas, etc.
1 package is used for each tutorial, as follows:
* [Vogella](https://www.vogella.com/tutorials/Retrofit/article.html)
* [Prakash Pun on Medium](https://medium.com/@prakash_pun/retrofit-a-simple-android-tutorial-48437e4e5a23)
* [JournalDev](https://www.journaldev.com/13639/retrofit-android-example-tutorial)