https://github.com/jintin/retrofitsample
https://github.com/jintin/retrofitsample
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jintin/retrofitsample
- Owner: Jintin
- License: mit
- Created: 2020-12-02T05:34:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T01:12:44.000Z (almost 5 years ago)
- Last Synced: 2025-01-24T13:26:31.212Z (9 months ago)
- Language: Kotlin
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RetrofitSample
[](https://circleci.com/gh/Jintin/RetrofitSample)
Series of different feature sample for Retrofit
- [Basic](https://github.com/Jintin/RetrofitSample/tree/master/app): Basic usage
- [RxJava](https://github.com/Jintin/RetrofitSample/tree/master/rxJava): Retrofit with RxJava
- [Coroutine](https://github.com/Jintin/RetrofitSample/tree/master/coroutine): Retrofit with Coroutine