Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 773 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 773 Bytes

Coroutines-Retrofit-Demo

A simple example showing how Retrofit can be used along with Kotlin Coroutines.

This is the source code for the mini-project that I have explained in-depth in my blog.

Screenshots

Screenshot

External resources used

MVP Version

Check out this fork of @v12ten to see how one can incorporate MVP architecture into this, using Moxy.