EventBus Github地址[https://github.com/greenrobot/EventBus] EventBus是一个An...
EventBus Github地址[https://github.com/greenrobot/EventBus] EventBus是一个An...
博文出处:EventBus源码解析,欢迎大家关注我的博客,谢谢! 0001B 时近年末,但是也没闲着。最近正好在看 EventBus 的源码。那...
作为一枚Android开发者,关于EventBus相信应该都听说过。要是用过就请忽略本文,本文讲得比较基础。要是没用过,建议你花两分钟看看。 目...
前言: 在以往的项目中,一般的监听事件,回调,activity之间的通信 与Frament的通信 我一般都是使用观察者模式。 1.写接口 ...
Android 浅析 EventBus (二) 原理 前言 Linus Benedict Torvalds : RTFSC – Read The...
EventBus是一个 发布/订阅 模式的消息总线库,它简化了应用程序内各组件间、组件与后台线程间的通信,解耦了事件的发送者和接收者,避免了复杂...
title: android 初识EventBusdate: 2016-04-17tags: eventbus EventBus是一个发布/订阅...
Android 浅析EventBus (一) 使用 前言 Linus Benedict Torvalds : RTFSC – Read The ...
专题公告
EventBus is an open-source library for Android using the publisher/subscriber pattern for loose coupling(松耦合). EventBus enables central communication to decoupled classes with just a few lines of code – simplifying the code(简化代码), removing depende...
展开描述