Android developer portal with tools, libraries, and apps

Show: All / Free / Paid / Demo

Event bus for Android with fine-grained thread control.

May 26, 2016

RX based bus with lifecycle based queuing support.

May 2, 2016

This is an event bus designed to allowing your application to communicate efficiently.

Mar 29, 2016

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 simple way to bind and exchange messages between activities and services.

May 18, 2015
Advertisement

An eventbus library for android, simplifies communication between Activities, Fragments, Threads, Services, etc.

Feb 3, 2015

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

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

Jan 3, 2015

A lightweight and simple event bus for Android.

  • small footprint
  • simple to use
  • optimized for startup and event dispatching

Sep 8, 2014
Advertisement

Otto is an event bus designed to decouple different parts of your app while still allowing them to communicate efficiently. Forked from Guava, Otto adds functionality to an already refined event bus as well as specializing it to the Android platform.

Jul 5, 2014

Android optimized event bus that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality.

Jul 5, 2014