Skip to content

rxfuel/rxfuel-android

Repository files navigation

Build Status Download

RxFuel - Android

A lightweight framework for Android to create fully reactive apps. For documentation and additional information see the https://rxfuel.github.io

Installation

Add the following dependency in your module build.gradle :

implementation 'com.rxfuel.rxfuel:rxfuel-android:0.0.9'

Add jcenter repository in your project build.gradle :

allprojects {
    repositories {
        jcenter()
    }
}

Documentation

Link : https://rxfuel.github.io/docs

Architecture

Data flow in an activity is uni-direction using a single Observable stream. Making it clean, easy to test and more reliable. UI elements are highly decoupled with business logic.

alt text

Project Status

RxFuel is still in alpha stage and not recommended for production.

About

Create fully reactive android apps with RxFuel.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages