CleanRxArchitecture

It's time to make a technical assessment now that I've been in Android development since 2011 including 5 years in mobile agency.

This is the architecture I'm now using for all my projects. It is based on the principles of Clean Architecture and MVI (Model View Intent) for presentation layer.

This sample project is a simple application connected to GitHub API that allows me to list all my public repositories. It 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.

preview

GitHub