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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about clean Architecture

NerdAnonymous opened this issue · comments

Long time no see. I came back to see your project again. More and more I think it's a little bit away from the central idea of clean architecture. I think the dependency of the clean architecture is like the Architectural reactive approach of your home page. It should be that the domain layer depends on the data layer, and the presentation layer depends on the domain layer. I have some doubts about the dependence of this project. Can you explain it to me?