ihorvitruk / buddysearch

Android Clean Architecture example using MVP, Rx: RxJava, RxAndroid, Dagger 2, Data Binding, Retrolambda, Firebase Database, Firebase Auth, Firebase Messaging (FCM), Realm
Apache License 2.0
208 stars 44 forks source link

Support for Flowable #9

Open IonutNegru87 opened 7 years ago

IonutNegru87 commented 7 years ago

Hello,

This project is very nice for learning purposes, but I encountered an blocking issue. I need to use Flowable on a stream of data and the Use case of the domain interactor relies only on Observable. How do you recommend to approach this limitation?