1. 首页
  2. 数据库
  3. 其它
  4. Android EventBus你需要了解的都在这

Android EventBus你需要了解的都在这

上传者: 2021-02-01 00:32:03上传 PDF文件 64.89KB 热度 39次
Android EventBus你需要了解的都在这 什么是EventBus EventBus是一个Android事件发布/订阅的轻量级框架,基于观察者模式,将事件的接收者和发送者分离,主要是替代intent,Handler,BroadCast在Fragment,activity,service线程之间传递消息。作为GitHub上的人气开源项目,截止现在(2020-04-26)已经有22.4k个start。 EventBus-GitHub 集成 implementation 'org.greenrobot:eventbus:3.1.1' Event基本用法 Event的用法非常简介,一
下载地址
用户评论