JeremyLiao / LiveEventBus

:mailbox_with_mail:EventBus for Android,消息总线,基于LiveData,具有生命周期感知能力,支持Sticky,支持AndroidX,支持跨进程,支持跨APP
Apache License 2.0
3.87k stars 529 forks source link

建议将跨进程 跨APP通信分成两个扩展库形式,基本库的功能就是进程内的通信即可 #103

Open kingwang666 opened 4 years ago

kingwang666 commented 4 years ago

建议将跨进程 跨APP通信分成两个扩展库形式,基本库的功能就是进程内的通信即可 如

implementation 'com.jeremyliao:live-event-bus-multi-progress:1.6.1' implementation 'com.jeremyliao:live-event-bus-multi-app:1.6.1'

这样 作为可选项

JeremyLiao commented 4 years ago

不错的建议