In my previous post I spoke about threading strategies when implementing Clean Architecture on Android. After tackling that, I wanted to… — In my previous post I spoke about threading strategies when implementing Clean Architecture on Android. After tackling that, I wanted to share some thoughts regarding the Use Case interface (a.k.a Interactor) and how that interface is effected by the use of RxJava. In the description of this architecture, the use…