Skip to content
Marcel Pintó Biescas edited this page Dec 17, 2015 · 6 revisions

RxFlux is small light-weight framework that makes it easy to follow the Flux pattern with RxJava functionalities.

In order to use this framework is highly recommended to have knowledge of RxJava and Flux.

If you need more information to understand Flux pattern in Android @lgvalle created a nice example and explanation. I would recommend to read it.

This wiki is distributed in a step by step guide following the example provided in the repo.

Keep in mind the architecture of Flux for a better understanding of the guide.

Flux architecture

Let's start

Clone this wiki locally