jshvarts / ConductorMVP

Multi-project Clean Architecture MVP app in Kotlin using Conductor, Room, RxJava 2, Dagger 2 with custom scopes
Apache License 2.0
194 stars 30 forks source link

ConductorMVP + RxJava? #3

Closed PedroAlvarado closed 6 years ago

PedroAlvarado commented 6 years ago

This boilerplate/demo project with Conductor over MVP is perhaps one of the best out there. It'd be great to see your take on RxJava on top of this work. It would make another great medium post.

Again, great work!

estelle-peterson commented 6 years ago

+1

jshvarts commented 6 years ago

Thanks! Can you clarify what kind of Conductor MVP + RxJava work you are talking about? The data layer of this app is already RxJava and you can see it in the Presenter, Domain and Data layer code.

PedroAlvarado commented 6 years ago

Allow me to close this issue. What was going through my mind is the usage of RxBinding + Conductor + Uni-directional data flow. I see you have another great example in the MosbyMvi repo which covers a lot of what was I thinking. Maybe, a non-mosby-based MVI implementation could be interesting to see but that is something else. Again, awesome demos!