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.52k
stars
3.32k
forks
source link
Why let the rxjava intrude into the domain module? #295
Using RxJava in the domain logic is exactly the opposite of delaying technical decisions and reducing coupling to external frameworks, as C. Martin suggests in his lecture here.
The rxjava seemed to make the domain not that clean.