android10 / Android-CleanArchitecture

This is a sample app that is part of a series of blog posts I have written about how to architect an android application using Uncle Bob's clean architecture approach.
Apache License 2.0
15.51k stars 3.32k forks source link

3-tier architecture ? #269

Open rafipanoyan opened 6 years ago

rafipanoyan commented 6 years ago

Hi everyone,

Following this repository, I'm wondering if the architecture in place is more a 3-tier than a Clean Architecture. These thoughts come from the fact that the domain module is calling directly the external Framework & Device layer (data module), without the Gateways object from the Interface Adapter layer of the Clean Architecture.

mishkaowner commented 5 years ago

Finally, someone with understanding of the clean architecture.