/android-flux-todo-app

Example of how to implement an Android TODO App using Facebook Flux Architecture and RX

Primary LanguageJava

Flux Architecture on Android using Rx 2

I've modified the Luis G. Valle Flux Android example in order to use Rx 2 instead on Otto. In this case, the store keep the state of the TODO list and the view (TodoActivity) is subscribed to the state changes. The store is subscribed to the actions of the view via the dispatcher.

I've added too Dagger 2 for dependency injection and espresso tests for all the app features.

Flux Architecture Graph

flux-graph-complete

Sample source code

https://github.com/lgvalle/android-flux-todo-app

Further Reading: