enviroCar / enviroCar-app

enviroCar Android Application
https://envirocar.org
GNU General Public License v3.0
89 stars 158 forks source link

Replaced Otto event bus library with RxJava event bus #941

Open Akash-Ramjyothi opened 2 years ago

Akash-Ramjyothi commented 2 years ago

Fixes: #827.

Description:

Akash-Ramjyothi commented 2 years ago

@asaikarthikeya please see my PR.

SebaDro commented 2 years ago

The introduced RxBus lib does not seem to be well maintained. What's the benefit of this lib over the Otto event bus library? If we depend on a library that won't be maintained well and maybe deprecated in the future, we do not win anything. What about other libs, such as greenrobot/EventBus?