Creating a Repository Data Layer With Kotlin Coroutines in Android

The next step towards building your clean architecture-based Android app

Siva Ganesh Kantamani
Better Programming
Published in
6 min readMar 11, 2021

--

People working at a desk
Photo by Lala Azizli on Unsplash.

This is the second part of a series about building an Android application with a proper clean architecture. In today’s article, we’re going to focus on domain and data layers by creating a repository and discussing its…

--

--