Android Actual Clean Architecture
An actual Clean Architecture implementation for Android
Robust Code
AACA was designed based on Clean Architecture principles, which enable the core business code to be resilient over time and easy to maintain.
Easy to Test
AACA enables you to easily unit test the most critical parts of your code by using test fakes or even real entities.
Built for Collaboration
A good architecture allows teams to simultaneously work on the same feature or bug without blocking one another. AACA does this with its layer separation.