ModuleBus
Module Bus is use for diffent modules communication.
ModuleBus in 3 steps
Define events:
public static class MessageClient extend IBaseClient { /* Additional fields if needed *
KBus
Super lightweight (13 LOC) and minimalistic (post(), subscribe(), unsubscribe()) EventBus written with idiomatic Kotlin and RxJava 2
KBus in 3 steps
1. Define your events
// With data
da
NYBus(RxBus) - A pub-sub library for Android and Java applications.
This pub-sub library NYBus(RxBus) uses RxJava(RxJava2) for creating RxBus(RxBus2). You must have used EventBus. NYBus is very simila
RxBus
Android reactive event bus that simplifies communication between Presenters, Activities, Fragments, Threads, Services, etc.
Download
dependencies {
compile 'com.github.florent37:rxbus:1
RxBus2
This is an reactive implementation of an event bus, with a few convenient functions especially useful for handling events with activities, fragments and similar.
RxJava V1: If you are looking for a
An event bus for sending messages between WebView and embedded JS. Alter ego of Caravel.
Features
Easy, fast and reliable event bus system
Multiple bus support
Multithreading support
WebView ~> JavaSc
#Intro
This is a Java event bus framework, to promote event driven programming.
The purpose of this framework is to provide an easy way to generate and process events.
It is encouraged to use only events as a way of communicati
Otto - An event bus by Square
An enhanced Guava-based event bus with emphasis on Android support.
Otto is an event bus designed to decouple different parts of your application while still allowing them to communicate e
EventBus
EventBus is a publish/subscribe event bus for Android and Java.
EventBus...
simplifies the communication between components
decouples event senders and receivers
performs well with Activiti
RxGroups
RxGroups lets you group RxJava Observables together in groups and tie them to your Android lifecycle. This is especially useful when used with Retrofit.
For simple scenarios you can probably just let the ori