An open API service indexing awesome lists of open source software.

https://github.com/jintin/retrofitsample


https://github.com/jintin/retrofitsample

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# RetrofitSample

[![CircleCI](https://circleci.com/gh/Jintin/RetrofitSample.svg?style=shield)](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