文件名称:Android代码-RxJava3 预览版 Demo
文件大小:2.87MB
文件格式:ZIP
更新时间:2022-08-26 00:13:33
Android代码
RxJava3-preview Discontinued. Version 3 development will be branched off of 2.x sometime after 2.2 has been finalized in the main RxJava repository. Preview for version 3 of RxJava, the modern ReactiveX style library for composing (a)synchronous sequences of data and events. Dependency // shared components compile "com.github.akarnokd:rxjava3-common:0.2.0" // Flowable only compile "com.github.akarnokd:rxjava3-flowable:0.2.0" // Observable, Single, Maybe, Completable compile "com.github.ak