android - Differences between Greenrobot EventBus and Guava's EventBus -
i´ve been using quite eventbus greenrobot
https://github.com/greenrobot/eventbus
but i´ve realised guava has own eventbus
com.google.common.eventbus.eventbus
does know if there big differences?
both excellent quality library.
here comparison (from greenrobot developpers point of view) between greenrobot eventbus
, otto
(a fork guava
specialized android).
i personnaly eventbus
because support delivery in background threads
Comments
Post a Comment