摘要:
为什么要组件化? 降低组件间的耦合性,代码更容易维护调试 提高组件的复用性 主流的组件化方案: 得到开源组件化JIMU CC ModularizationArchitecture 阿里Arouter 聚美Router ActivityRouter 文章: 美团技术 Android组件化方案及组件消息 阅读全文
摘要:
主流插件化方案: 阿里的atlas,360公司的RePlugin,滴滴的VirtualAPK 路由框架: https://github.com/alibaba/ARouter 插件化需要解决的问题: 相关类: 爱奇艺插件化框架原理: https://github.com/iqiyi/Neptune/ 阅读全文
摘要:
不要通过 Intent 在 Android 基础组件之间传递大数据(binder transaction缓存为 1MB),可能导致 OOM。 不要通过 Intent 在 Android 基础组件之间传递大数据(binder transaction缓存为 1MB),可能导致 OOM。 不要通过 Int 阅读全文