组件化及组件间通信

来源:互联网 发布:mac下载工具推荐 编辑:程序博客网 时间:2024/06/08 00:29
组件间通信包括两个场景:(1)UI 跳转;(2)调用组件某个类的某个方法
组件间通信- https://github.com/alibaba/ARouter
Android组件化方案- http://blog.csdn.net/guiying712/article/details/55213884
Android 组件化探索与思考- https://github.com/WuXiaolong/ModularSample