• Stars
    star
    208
  • Rank 182,912 (Top 4 %)
  • Language
    Java
  • License
    Apache License 2.0
  • Created over 9 years ago
  • Updated almost 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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 [email protected]: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.