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.