ogaclejapan / RxBinding

Easy oneway bindings for Android, which is based on RxJava.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RxBinding

Maven Central Android Arsenal

RxBinding is easy oneway bindings for Android, which is based on RxJava.

Architecture Image

Binaries

Binaries and dependency information for Maven, Gradle and others can be found at http://search.maven.org

Example for Gradle:

repositories {
    mavenCentral()
}

dependencies {
    compile 'com.ogaclejapan:rxbinding:1.+'
}

Usage

Qiitanium is a reference application that implements this library.

See Wiki

Article that was written in Japanese can be found here. http://ogaclejapan.com/languages/2014/12/22/reactivebinding-in-rxjava/

Build

To build:

$ git clone git@github.com:ogaclejapan/RxBinding.git
$ cd RxBinding/
$ ./gradlew build

LICENSE

Copyright (C) 2014 ogaclejapan All rights reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Easy oneway bindings for Android, which is based on RxJava.

License:Apache License 2.0


Languages

Language:Java 100.0%