Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of deprecated library for event bus #827

Open
SebaDro opened this issue Sep 21, 2021 · 1 comment
Open

Use of deprecated library for event bus #827

SebaDro opened this issue Sep 21, 2021 · 1 comment

Comments

@SebaDro
Copy link
Contributor

SebaDro commented Sep 21, 2021

Description
The app utilizies the event bus implementation of the library Otto, which become deprecated for a while and thus, will not be maintained any more.
Possible solution
The app also uses reactive components of RxJava and RxAndroid. Applying an event bus implementation based on these libraries would be straight forward.

@cdhiraj40
Copy link
Contributor

cdhiraj40 commented Sep 21, 2021

Hey, I read about the otto and RxJava implementation for the eventBus. It seems that the number of files(event classes) which is currently used for the data request will significantly reduce after the RxJava implementation which will be indeed straightforward (as combining multiple dependent requests is built-in in RxJava). I would love to talk more about this. Thanks :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants