Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 461 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 461 Bytes

KotlinCoroutineCallAdpater

In order to use Kotlin Coroutine Call Adapter, we need to add the instance of its factory when building the Retrofit instance. In this app I briefly how we can simply use Retrofit and Kotlin Coroutine Adapter together to improve our Android app networking architecture.

Getting Started:

For getting started with this project, check out this article.