Home - lopspower/CleanRxArchitecture GitHub Wiki
This sample project is a simple application of Clean Architecture under Rx3 with MVI (Model View Intent) in the presentation layer. It's a simple application connected to GitHub API that allows me to list all my public repositories.
This application can be used while disconnected with a backup of all the data stored in database. Dark Mode is also available. The entire application is covered with unit, UI and functionnal/integration (= usecase) tests.
In this repository I will also present you the different tools and good practices (with Git and more) I used that can help you being more efficient with your code.
You can find everything in detail in the WIKI 👇👇