數(shù)據(jù)通信框架
-
rxjava2
異步框架
compile 'io.reactivex.rxjava2:rxjava:2.1.3'
compile 'io.reactivex.rxjava2:rxandroid:2.0.1'
implementation 'io.reactivex.rxjava2:rxjava:2.1.3'
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
-
eventbus
組件之間,進(jìn)程之間相互傳遞數(shù)據(jù)!
EventBus官網(wǎng)地址:
http://greenrobot.org/eventbus/documentation/
EventBus github地址:
https://github.com/greenrobot/EventBus
implementation 'org.greenrobot:eventbus:3.1.1'