Top "Greenrobot-eventbus-3.0" questions

EventBus is an open-source library for Android using the publisher/subscriber pattern to solve the problem of loose coupling.

Simple EventBus - No subscribers Registered

I'm trying to implement the absolute basic implementation of EventBus Library for Android. What I'm trying to simple input content …

android event-bus greenrobot-eventbus-3.0
Event Bus in Fragment

I have created one Activity (DemoActivity.java) with 2 Fragments (FragmentOne.java and FragmentTwo.java). I registered the EventBus in the …

android greenrobot-eventbus-3.0
EventBus with Kotlin not working

I am new to Android, and trying to send message from a Fragment to its container Activity using EventBus. However, …

android kotlin greenrobot-eventbus-3.0