文件名称:Android代码-RxBus
文件大小:98KB
文件格式:ZIP
更新时间:2022-08-25 11:53:45
Android代码
RxBus [Deprecated] This is a simple Rx Event Bus implementation using Kotlin. Includes small Android example project. You should think twice though before using an event bus in project, it might create a complicated data flow in your app and a nightmare for debugging later. Also Rx is already providing you all event bus capabilities, but offer more control over data flow and scope. How to use //subscribe to events Bus.observe() .subscribe { doSomething() } .registerInBus(this) //reg
【文件预览】:
RxBus-master
----gradlew(5KB)
----settings.gradle(23B)
----gradle()
--------wrapper()
----LICENSE.md(11KB)
----README.md(1KB)
----bus()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(637B)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(97B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(1KB)
--------proguard-rules.pro(642B)
----build.gradle(775B)