lgvalle / android-flux-todo-app

Example of how to implement an Android TODO App using Facebook Flux Architecture
1.3k stars 221 forks source link

Replace Bus with RxJava #14

Open jamolkhon opened 7 years ago

jamolkhon commented 7 years ago

... since you're already using RxJava. Square also recommends switching to it.

Deprecated! This project is deprecated in favor of RxJava and RxAndroid. These projects permit the same event-driven programming model as Otto, but they’re more capable and offer better control of threading.

lgvalle commented 7 years ago

Could be done, but I'd rather have it as a separate branch.

The main point of this repo is to illustrate an example of Flux architecture on Android and IMO it is easier to understand using a bus.