首页 > 技术文章 > android 如何解决模块之间的通讯的耦合问题

nmj1986 2013-06-24 15:15 原文

使用EventBus

 

 http://wuyexiong.github.io/blog/2013/04/30/android-fragment/

http://yunfeng.sinaapp.com/?p=449

 

使用方式:

  http://stackoverflow.com/questions/14856296/null-pointer-exception-with-fragments-and-eventbus

  http://awalkingcity.com/blog/2013/02/26/productive-android-eventbus/

  对比资料:http://stackoverflow.com/questions/15431768/how-to-send-event-from-service-to-activity-with-otto-event-bus

推荐阅读