Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

HermesEventBus is a library for using EventBus between processes, useful in IPC or plugin-in development. It has the same APIs as EventBus and easy to use.

Jul 13, 2016

Simple event creation.

May 30, 2016

This library helps android developers to implement something like iOS key value observer pattern (KVO).

May 2, 2017

Demo for the EventBus library of GreenRobot.

Apr 17, 2017

Simpler to use and faster alternative to LocalBroadcastManager.

Nov 6, 2016

RX based bus with lifecycle based queuing support.

May 2, 2016

itstimetoact - it's an android library, inspired by 'once', that can help you with planning events in your awesome application.

Aug 17, 2016

Event bus for Android with fine-grained thread control.

May 26, 2016

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
Advertisement

MicroBus is inspired by OttoBus, and it has its stronger and weaker points.

Advantages:

Disadvantages:

  • This is a one-thread solution.
  • Usage requires a little more code.
Jan 16, 2015

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