RxBinding

Additional

Language
Java
Version
v1.1.1 (Feb 27, 2015)
Created
Dec 18, 2014
Updated
Aug 6, 2015 (Retired)
Owner
ogaclejapan
Contributor
ogaclejapan
1
Activity
Badge
Generate
Download
Source code

Advertisement

RxBinding

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

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.