Search code examples
androidevent-busgreenrobot-eventbus

Differences between Greenrobot EventBus and Guava's EventBus


I´ve been using quite often EventBus from greenrobot

https://github.com/greenrobot/EventBus

But I´ve just realised that Guava has its own EventBus

com.google.common.eventbus.EventBus

Does someone know if there are big differences?


Solution

  • Both are excellent quality library.

    Here is a comparison (from greenrobot developpers point of view) between greenrobot EventBus and Otto (a fork from Guava specialized for android).

    I personnaly like EventBus because it support delivery in background threads