RxSnackbar:适用于Android Snackbar的Rx适配器 源码
Rx小吃店 这是Android Snackbar的RxJava / RxKotlin适配器 用法 Kotlin Observable .just( true ) .withNextSnackBar(view, " Data is coming! " ) // will show "Number is comming!" .subscribe() // will show "Some data" and Undo action Observable .just( " Some data " ) .withNextSnackBar(view, actionName = " Undo " ) { view -> someUndoAction() } .subscribe() 安装 Gradle allprojects { repositories {
文件列表
RxSnackbar-master.zip
(预估有个18文件)
RxSnackbar-master
gradlew
5KB
settings.gradle
46B
lib
src
androidTest
java
com
github
unhappychoice
暂无评论