enviroCar / enviroCar-app

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

Replaced Otto event bus library with RxJava event bus #941

Open Akash-Ramjyothi opened 1 year ago

Akash-Ramjyothi commented 1 year ago

Fixes: #827.

Description:

Akash-Ramjyothi commented 1 year ago

@asaikarthikeya please see my PR.

SebaDro commented 1 year 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?