Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 918 Bytes

File metadata and controls

17 lines (12 loc) · 918 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.

🛑 DEPRECATED

This repository is obsolete and no longer supported. The code remains here for archival purposes only. Use at your own risk.

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.