Skip to content

Latest commit

History

History

rxbindings

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

RxBindings

Depends on RxJava module.

Features

Adds support for some Views that Jake's Wharlton original RxBindings has issues with. Look at this as an extension of that library.

Views supported:

  • RxSearchView (method focusChanges)

TODO: Add code examples

Usage

And add the following script to the app dependencies:

dependencies {
    implementation 'com.github.mindera.skeletoid:rxbindings:1.1.0'
}