Android代码-当 Flux 遇上 RxJava …

时间:2022-08-25 21:27:04
【文件属性】:
文件名称:Android代码-当 Flux 遇上 RxJava …
文件大小:126KB
文件格式:ZIP
更新时间:2022-08-25 21:27:04
Android代码 Introduction RxFlux is small light-weight framework that makes it easy to follow the Flux pattern with RxJava functionalities. Why? RxFlux just provide an easy way to implement Flux pattern, it requires manual integration and the developer must follow the Flux flow in order to work properly. Pros: Clean architecture. Simple flow. Logic abstraction Simple to test. Modular. Reactive. Easy to add Hooks, like tracking tools. Contras: One way, restrictive flow. Different pattern, needs to learn a
【文件预览】:
RxFlux-master
----gradlew(5KB)
----settings.gradle(54B)
----rxflux()
--------rxflux.iml(9KB)
--------src()
--------.gitignore(17B)
--------build.gradle(4KB)
--------proguard-rules.pro(675B)
----LICENSE(11KB)
----gradle()
--------wrapper()
----README.md(2KB)
----gradlew.bat(2KB)
----gradle.properties(855B)
----.gitignore(2KB)
----app()
--------src()
--------.gitignore(14B)
--------build.gradle(2KB)
--------proguard-rules.pro(2KB)
----build.gradle(652B)

网友评论