Android动态加载框架汇总
几种动态加载的比较
1.Tinker
用途:热修复
GitHub地址:https://github.com/Tencent/tinker/
使用:http://www.jianshu.com/p/f697cd91bf88/comments/5250950#
2.HotFix
用途:热修复
GitHub地址:https://github.com/dodola/HotFix
该项目是基于QQ空间终端开发团队的技术文章实现的
3.Small
用途:动态加载
GitHub地址:https://github.com/wequick/Small
Demo:https://github.com/cayden/MySmall
4.dynamic-load-apk
用途:动态加载
dynamic-load-apk 动态加载(DL)机制总结
5. DL插件开发笔记
6. DL开发注意事项
附:DL层次结构图