VerachadW / ReactiveAndroid

Reactive events and properties with RxJava for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactiveAndroid

Kotlin jcenter Build Status

Reactive events and properties with RxJava for Android

Installation

Gradle

repositories {
    jcenter()
}

dependencies {
    compile 'com.github.kittinunf.reactiveandroid:reactiveandroid-ui:0.2.3' //for base UI 
    compile 'com.github.kittinunf.reactiveandroid:reactiveandroid-appcompat-v7:0.2.3' //for appcompat-v7 module 
    compile 'com.github.kittinunf.reactiveandroid:reactiveandroid-support-v4:0.2.3' //for support-v4 module 
    compile 'com.github.kittinunf.reactiveandroid:reactiveandroid-design:0.2.3' //for design support module 
}

About

Reactive events and properties with RxJava for Android

License:MIT License


Languages

Language:Kotlin 100.0%