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

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -