RxBinding is easy oneway bindings for Android, which is based on RxJava.
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.+'
}
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/
To build:
$ git clone [email protected]:ogaclejapan/RxBinding.git
$ cd RxBinding/
$ ./gradlew build
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.