greenrobot-eventbus-3.0 Questions
3
Solved
I have created one Activity (DemoActivity.java) with 2 Fragments (FragmentOne.java and FragmentTwo.java).
I registered the EventBus in the Activity like thisEventBus.getDefault().register(this);
...
Boyette asked 10/3, 2017 at 7:37
6
Solved
I'm trying to implement the absolute basic implementation of EventBus Library for Android.
What I'm trying to simple input content by user in activity 1 and then instead of intent extras I'm using...
Sidewheel asked 17/4, 2016 at 5:15
2
I am new to Android, and trying to send message from a Fragment to its container Activity using EventBus.
However, I am getting error:
D/EventBus: No subscribers registered for event class com.ap...
Tanaka asked 1/8, 2017 at 12:29
2
Solved
I am a bit confused with the usage of onEvent, onEventMainThread, onEventBackgroundThread and onEventAsync in Greenrobot's EventBus 3.0
From what I see in the documentation:
onEvent is used with...
Ethylethylate asked 14/2, 2016 at 3:9
1
© 2022 - 2024 — McMap. All rights reserved.