Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Simple events bus (publish–subscribe) implementation based on regular Android BroadcastReceivers mechanism.

Jan 3, 2015

The data binding model and tools that google introduced leaves out something, namely how to updated when user changes text, etc. Seems to me that it might call for using some of the RXJava and RxAndroid Observables sugar to handle those cases and make the event bus more streamlined and handle more use cases.

Oct 8, 2015

Handler-based Eventbus for Android.

Sep 3, 2015

A Fast and Super Easy IPC library. Send data between processes or apps using Bundle.

Aug 14, 2020

A simple EventBus to handle activity result-like behaviors.

May 16, 2019

LiveBus is an event bus for Android which uses LiveData component of the android architecture library to easily manage the lifecycles.

Jan 26, 2019
Advertisement

API 14+ LifecycleEvents library is an event bus implementation that works with the complexity O(1). It uses Lifecycle from android architecture components and Kotlin language features.

Main Characteristics
With Android Lifecycle.
Pending Events Handling.
Threads Handling.
Thread safe.
Easy to use with Java and Kotlin
Aug 17, 2018

This is light-weight event bus dispatcher based on KOTLIN programming language.

Jul 21, 2018

EventListener is small library and is used for communication between classes like broadcast signals No Need to maintain listener reference. It auto work with app lifecycle.

May 15, 2018

A simple thread safe and tested event bus for JVM (1.7+) and Android apps built with RxJava 2.

Mar 14, 2018

EventBus is

  • Convenient and easy to use:
    • No need to create event classes
    • Opportunity to execute subscriber on background thread
  • Fast
  • Tiny
  • Well-tested
Jan 18, 2018

Demo for the EventBus library of GreenRobot.

Apr 17, 2017

This is an event bus based on RxJava and optimized for Android.

Feb 14, 2017