You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2018. It is now read-only.
As I understand in your case BARF is domain+Entity layer. This layer should be fully platform independent and should be java library module in your project. It may know about RX. That is ok. In your case domain layer knows about the platform. You use RxAndroid in it.
Your ChateauCore (data+use case ) layer doesn't have to know about UI things like recycler view. And it should be an Android library in the perfect world.