摘要
目前随着智能手机的性能逐步提升,移动应用越来越大,也越来越复杂。Android应用的apk包的体积也变得很大。这样在实际的项目中,会因为业务频繁变更而频繁地升级客户端,带给用户较差的体验。随着产品组织架构的调整,各个业务模块分别归属不同团队开发,这样开发沟通成本以及发布成本都大大增加。对于上述的问题,Android动态加载就被提出来。使用动态加载,这样可以先发布很小的apk应用,然后按需动态加载功能模块。
Now with the performance of smartphones gradually improved, mobile applications become bigger and bigger, also more and more complex. The Android apk package volume becomes larger. In the actual project, it may bring a poor user experience because of changing or updating client side frequently. On the other hand,with the adjustment of product structure, each business module respectively belong to different team, the development communication cost and launch cost are greatly increased. For those problems, proposes the Android dynamic loading. Using dynamic loading, we can release a small core application version, then dynamic load the function module on de-mand.
出处
《现代计算机》
2017年第1期42-45,共4页
Modern Computer