noheltcj / RxCommon

Multiplatform implementation of ReactiveX providing a common way to build one set of business logic for native, iOS, Javascript, Android, JVM, and other platforms.
MIT License
82 stars 3 forks source link

Platform examples #33

Open AlexisQapa opened 5 years ago

AlexisQapa commented 5 years ago

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

noheltcj commented 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.

noheltcj commented 5 years ago

@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.

AlexisQapa commented 5 years ago

Awesome I'll have a look at it soon