Top "Greenrobot-eventbus" questions

EventBus is an Android optimized publish/subscribe event bus that simplifies communication between Activities, Fragments, Threads, Services, etc.

RecyclerView RecyclerViewDataObserver was not registered

Im working with RecyclerView, SyncAdapter and greenrobot eventbus When my SyncAdapter finished syincing i post a message into the message …

android android-recyclerview greenrobot-eventbus
Greenrobot EventBus event not received

I'm using Greenrobot EventBus to pass events from one activity to another. The flow is something like this: Activity1 starts …

android greenrobot-eventbus
Events being received multiple times - Greenrobot eventbus

I am using Greenrobot's EventBus in my app, and it works fine. However, if I press the back button to …

android greenrobot-eventbus