iqiyi / Qigsaw

🔥🔥Qigsaw ['tʃɪɡsɔ] is a dynamic modularization library which is based on Android App Bundles(Do not need Google Play Service). It supports dynamic delivery for split APKs without reinstalling the base one.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

建议增加『新增动态模块』的功能

wys619 opened this issue · comments

建议增加『新增动态模块』的功能,应用场景例如:

  • 1、临时性的业务模块(比如电商季节性的活动?或者是某些临时营销活动的宣传、广告之类);
  • 2、需要持续新增的业务模块(比如用于新增小游戏模块?);

不需要支持新增四大组件(虽然技术上也无法实现),但新增的模块可以通过已有的(base已注册)代理activity加载fragment等形式去实现,因此还是有一定的意义所在的。

按照我的理解 , 该库不是用来解决这个问题的, 该库不适用于这种场景

这种需求, 可能 Shadow 或者 小程序 或者 H5 容器 低代码 比较适合