Understanding the linking between data and domain layer. #574
-
Hello, I don't know if it is the right place to ask my question.I just wanted to understand the dependency link between the data layer and the domain layer,
Is it a new architecture, you are following in this project and what are the benefits of having it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
You can get more information from this link: |
Beta Was this translation helpful? Give feedback.
-
I have been wondering and still learning about this too, I try to answer based on my understanding so far
As many android developer came from clean architecture before, I think it would be good if there is a section in the architecture guideline that discuss about it. |
Beta Was this translation helpful? Give feedback.
I have been wondering and still learning about this too, I try to answer based on my understanding so far
For the benefit, hope this will help
https://developer.android.com/topic/architecture/domain-layer#data-access-restriction
About dependency flow, yes seems its different from clean architecture,
https://developer.android.com/topic/architecture#unidirectional-data-flow
Domain layer https://developer.android.com/topic/architecture/domain-layer
Domain layer -> optional …