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
Is it good to replace broadcast receiver with Greenrobot Eventbus for triggering event based functions and data transfer from service to activity?

I have implemented a service, where I handle the state changes(connect, disconnect, onServiceDiscoverd, onCharacteristicChange etc) and receiving data from …

android android-service bluetooth-lowenergy android-broadcast greenrobot-eventbus
Android Event bus does not works with two event listener

In my Android application I have used an Activity and Adapter for list view, my acquirement is need to communicate …

android greenrobot-eventbus