Skip to content

Babelia13/android-flux-todo-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%