RxBus [Deprecated] This is a simple Rx Event Bus implementation using Kotlin. Includes small Android example project. You should think twice though before using an event bus in project, it might create a complicated data flow in your app and a night
RXBus RxJava V2: If you are looking for a version for RxJava V2, check out my RxBus2 What does it do? it allows you to post events to a bus it allows you to subscribe to special events whereever you want it allows you to queue events until an activi