# RxBinding **Repository Path**: rubintry/RxBinding ## Basic Information - **Project Name**: RxBinding - **Description**: RxJava binding APIs for Android's UI widgets. - **Primary Language**: Kotlin - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-11-11 - **Last Updated**: 2022-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README RxBinding ========= RxJava binding APIs for Android UI widgets from the platform and support libraries. Download -------- Platform bindings: ```groovy implementation 'com.jakewharton.rxbinding3:rxbinding:3.0.0' ``` AndroidX library bindings: ```groovy implementation 'com.jakewharton.rxbinding3:rxbinding-core:3.0.0' implementation 'com.jakewharton.rxbinding3:rxbinding-appcompat:3.0.0' implementation 'com.jakewharton.rxbinding3:rxbinding-drawerlayout:3.0.0' implementation 'com.jakewharton.rxbinding3:rxbinding-leanback:3.0.0' implementation 'com.jakewharton.rxbinding3:rxbinding-recyclerview:3.0.0' implementation 'com.jakewharton.rxbinding3:rxbinding-slidingpanelayout:3.0.0' implementation 'com.jakewharton.rxbinding3:rxbinding-swiperefreshlayout:3.0.0' implementation 'com.jakewharton.rxbinding3:rxbinding-viewpager:3.0.0' ``` Google 'material' library bindings: ```groovy implementation 'com.jakewharton.rxbinding3:rxbinding-material:3.0.0' ``` Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap]. License ------- Copyright (C) 2015 Jake Wharton 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. [snap]: https://oss.sonatype.org/content/repositories/snapshots/