-
What about debounce, skip, and throttleFirst functions of RxBinding to skip text input and multiple clicks?
-
It would be great to have support to RxJava3
-
https://github.com/JakeWharton/RxBinding
-
In `WorkflowHost` `outputs` was a `ReceiveChannel`. It then changed to a `Flow` (#426), to mirror `renderingsAndSnapshots`, and became backed by an `ArrayBroadcastChannel`.
`outputs` is different …
-
As coroutines are becoming more popular in Android development, have you considered offering support for them in this library? I'd imagine Flow would need to be used to implement it. This library is g…
-
## About this issue
I used advance drawer example from 8.0.0 and after running coda I get:
```
2020-03-21 23:09:06.119 2327-2327/pl.expij.app.dev E/AndroidRuntime: FATAL EXCEPTION: main
Proces…
-
I want notifyItemChanged. thanks
-
I'm using RxBinding3 like this:
```kotlin
fun View.setOnReactiveClickListener(throttleInMillis: Long = 500, action: (() -> Unit)?): Disposable =
this.clicks()
.throttleFirst(throttleIn…
-
@JakeWharton Calling TabLayout's `selections` will cause an error. How can I fix this?
Version:
`rxbinding:3.0.0-alpha2`
Code:
```
tab_layout
.selections()
…
-
怎么少了RxBinding.