EventBus
Event bus for Android and Java that simplifies communication between Activities, Fragments, Threads, Services, etc. Less code, better quality. (by greenrobot)
otto
By square
EventBus | otto | |
---|---|---|
7 | 2 | |
24,725 | 5,215 | |
0.0% | - | |
0.0 | 0.0 | |
about 1 year ago | about 7 years ago | |
Java | Java | |
Apache License 2.0 | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
EventBus
Posts with mentions or reviews of EventBus.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-07-25.
- EventBus: Events for Android
- Proiecte open source preluate si extinse...
-
Android MVP without RxJava/Dagger
Nope, it's not: https://github.com/greenrobot/EventBus
- EventBus 3.3 (finally) supports AndroidX without Jetifier
-
A foss "PDF scanner", alternatives to CamScanner
Project: EventBus (EventBus is a publish/subscribe event bus optimized for Android.) Copyright (C) 2012-2016 Markus Junginger, greenrobot. License (Apache License Version 2.0) https://github.com/greenrobot/EventBus/blob/master/LICENSE
otto
Posts with mentions or reviews of otto.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-15.
-
Is it a good idea to use Google Guava library for Android development?
I am involved in the development of Android application which is a rather "thick" mobile client for a Web service. It heavily communicates with the server but also has a lot of inner logic too. So, I decided to use some features of Google Guava library to simplify development process. Here is a list of features I'm very interested in: immutable collections, base utils, collection extensions, functional programming sugar and idioms (common.collect and common.base), primitives utilities (common.primitives), hashing utilities (common.hash), concurrent utils (futures and AsyncFunction). Things I don't want to use in Android: common.cache (see question below), common.eventbus (we have better Android specific libs for this, such as Otto), common.io (we can use okio for Android now).
- EventBus 3.1 with plain Java support
What are some alternatives?
When comparing EventBus and otto you can also consider the following projects:
RxAndroid - RxJava bindings for Android
RxJava - RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.
Rqueue - Rqueue aka Redis Queue [Task Queue, Message Broker] for Spring framework
tinybus