Skip to content
Navendra Jha edited this page Jan 10, 2019 · 1 revision

Welcome to the Retrofit-Kotlin-Deferred wiki!

Android Networking cannot be imagined without Retrofit by Square. There are many great tutorials out there for the library with many great explanations too but they are scattered. Also, many of those tutorials are based on Java, RxJava and Retrofit's Call return type.

A lot has changed in the past year. The major breaking change was the release of a Stable version of Kotlin Coroutines. It saw a burst of people moving from RxJava to Kotlin Coroutines.

I am developing this project and tutorial (more of a Note taking for myself) so as to have a one-stop working cheat sheet for the Android Networking.

Happy Coding!

Clone this wiki locally