標籤:
1.DroidPlugin
用途:動態載入
使用案例:360手機小幫手
GitHub地址:https://github.com/Qihoo360/DroidPlugin
ppt介紹:https://github.com/Qihoo360/DroidPlugin/tree/master/DOC
Demo:https://github.com/SpikeKing/wcl-plugin-test-app
詳解:
http://blog.csdn.net/yzzst/article/details/48093567
http://v2ex.com/t/216494
2.AndFix
用途:熱修複
GitHub地址:https://github.com/alibaba/AndFix
講解:
http://blog.csdn.net/yzzst/article/details/48465031
http://blog.csdn.net/qxs965266509/article/details/49816007
http://blog.csdn.net/yaya_soft/article/details/50460102
3.dexposed
用途:熱修複
GitHub地址:https://github.com/alibaba/dexposed
講解:
http://blog.csdn.net/yzzst/article/details/47954479
http://blog.csdn.net/yzzst/article/details/47659987
http://www.jianshu.com/p/14edcb444c51
4.Small
用途:動態載入
GitHub地址:https://github.com/wequick/Small
Demo:https://github.com/cayden/MySmall
5. DynamicAPK
用途:動態載入、熱修複
案例:攜程
GitHub地址:https://github.com/CtripMobile/DynamicAPK
詳解:http://www.infoq.com/cn/articles/ctrip-android-dynamic-loading
6.ClassPatch
用途:熱修複
GitHub地址:https://github.com/Jarlene/ClassPatch
詳解:http://blog.csdn.net/xwl198937/article/details/49801975
7.ACDD
用途:動態載入
GitHub地址:https://github.com/bunnyblue/ACDD
8.
HotFix
用途:熱修複
GitHub地址:https://github.com/dodola/HotFix
該項目是基於QQ空間終端Team Dev的技術文章實現的
9.
Nuwa
用途:熱修複
GitHub地址:https://github.com/jasonross/Nuwa
詳解:http://www.jianshu.com/p/72c17fb76f21/comments/1280046
10.DroidFix
用途:熱修複
GitHub地址:https://github.com/bunnyblue/DroidFix
詳解:http://bunnyblue.github.io/DroidFix/
11.AndroidDynamicLoader
用途:動態載入
GitHub地址:https://github.com/mmin18/AndroidDynamicLoader
Demo:https://github.com/mmin18/AndroidDynamicLoader/raw/master/host.apk
[Android]動態載入/熱部署架構匯總