kaushikgopal / RxJava-Android-Samples

Learning RxJava for Android by example
Apache License 2.0
7.55k stars 1.37k forks source link

Enhanced RxBus #75

Closed djodjoni closed 7 years ago

djodjoni commented 8 years ago

Nice repo! Also really simple and easy approach to achieve Pub-Sub pattern in RxBus.

would you consider enhancing the example with smth like https://github.com/apptik/rxHub ? I would be more than happy to provide a PR.

kaushikgopal commented 7 years ago

hey @djodjoni ! thanks for the pointer. honestly, i want to keep this examples as lean and crazy simple as possible. rxHub looks pretty cool but i want to stick with a drop dead Subject for this example (just so everyone understand the working better)

Cheers and thanks!