Android代码-用RxJava下的Producer封装的点击事件监听

时间:2022-08-26 12:53:44
【文件属性】:
文件名称:Android代码-用RxJava下的Producer封装的点击事件监听
文件大小:8.52MB
文件格式:ZIP
更新时间:2022-08-26 12:53:44
Android代码 README.md RxDebounceClick Sketch It also seems like a click listener, hold multiple clicks posted in the same frame to prevent debounce. After a click event on one clickable widget, "disable" it immediately, then enable again by itself's internal frame. This library use RxJava but not support Backpressure. Usage Gradle: Step 1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories: allprojects { repositories {
【文件预览】:
RxDebounceClick-master
----settings.gradle(35B)
----LICENSE.txt(1KB)
----images()
--------launcher.png(11KB)
--------RxDebounceClick.gif(8.64MB)
----README.md(3KB)
----gradle.properties(1KB)
----RxDebounceClick()
--------src()
--------.gitignore(458B)
--------build.gradle(1KB)
--------proguard-rules.pro(648B)
----.gitignore(458B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(912B)
--------proguard-rules.pro(648B)
----build.gradle(697B)

网友评论