Open AlexisQapa opened 5 years ago
Tracking this as part of #25.
@AlexisQapa would a full scale project be helpful? I've been debating between including examples as code snippets in markdown and including a stripped down/generic version of one of my larger projects.
@AlexisQapa I took a stab at this last night. If you have time, please check out https://github.com/noheltcj/multiplatform-kotlin-hackathon-starter/pull/1 and shoot me some comments. It's a bit rough around the edges so don't hold back.
Awesome I'll have a look at it soon
Discovered MMP a couple of weeks back, thought ho no there is no rx.. Didn't not thought It would come so quickly thank for the great job !
Reading your readme especially "I personally use the existing platform specific implementations of Rx (RxSwift, RxJava, etc) combined with platform scheduling (ExecutorService, DispatchQueue, etc) to do this." Could you provide a minimal example with RxCommon and RxSwift/RxJava ? I'm interested in the setup / conversion between observables