Top "Otto" questions

Otto is an event bus designed to decouple different parts of your application while still allowing them to communicate efficiently.

How to send event from Service to Activity with Otto event bus?

Simple BusProvider.getInstance().post() bring exception not main thread. How to send event from Service to Activity with Otto event …

android otto
ClassNotFoundException: Didn't find class "android.os.PersistableBundle" Otto Android 5.0

I have a strange issue. I have an app which I deployed on an Android 4.4 device and use Otto library. …

android android-5.0-lollipop classnotfoundexception otto
Is using event library like Otto or EventBus a recommended way to handle relations between Activities, Fragments, and background threads

In most of the case, when dealing with case User thread (AsyncTask) to perform background processing Pass back calculated result …

android android-asynctask event-bus otto greenrobot-eventbus
Which Activity lifecycle methods are best to register/unregister to event bus?

What is the best place to register and unregister to an event bus (like otto, EventBus, or tinybus) in an …

android otto greenrobot-eventbus
RuntimeException: Could not dispatch event @ otto

we have an issue in our current app-version with the EventHandler from otto. We get a RuntimeException in our crash-log, …

java android runtimeexception otto
IllegalArgumentException with Otto Event bus in Fragment instance

I am using Otto Event bus to subscribe to certain events in a ListFragment. The bus instance is stored and …

android android-fragments activity-lifecycle otto fragment-lifecycle
Otto vs LocalBroadcast:

I am a huge fan of open source contributions square has done to the Android community and was looking into …

android android-intent otto localbroadcastmanager