android app 的插件化、組件化、模塊化開發

Android 插件化 ——指將一個程序劃分爲不一樣的部分,好比通常 App的皮膚樣式就能夠當作一個插件git

Android 組件化 ——這個概念實際跟上面相差不那麼明顯,組件和插件較大的區別就是:組件是指通用及複用性較高的構件,好比圖片緩存就能夠當作一個組件被多個 App共用github

插件的方式只有三種:1,apk安裝,2,apk不安裝,3,dex包緩存

 

滴滴插件化項目VirtualAPK開源!
https://mp.weixin.qq.com/s?__biz=MzUxMzcxMzE5Ng==&mid=2247488236&idx=1&sn=55c929d60f423d9970b91ad783bd1cac&source=41#wechat_redirect微信

 

滴滴插件化方案 VirtualApk 源碼解析
https://blog.csdn.net/lmj623565791/article/details/75000580架構

 

didi/VirtualAPK -- A powerful and lightweight plugin framework for Android
https://github.com/didi/VirtualAPK模塊化

 


微信Android模塊化架構重構實踐
https://mp.weixin.qq.com/s/6Q818XA5FaHd7jJMFBG60w組件化

相關文章
相關標籤/搜索