KBus
KBus copied to clipboard
Dead simple EventBus for Android made with Kotlin and RxJava 2
I have kt and Java mixed in the same project. I send messages to bus from KT How do I receive messages in Java part of the project? Some lines...
hi, sorry if this is an obvious question, i'm only a sprout with android. i was trying to implement your library in my project as you suggest, adding a few...
Hi, how can we handle the error in the subscriber? Can you give an example. Thank you.