Anasmp / rxfuel-android

Create fully reactive android apps with RxFuel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.8'

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.


Languages

Language:Kotlin 100.0%