conference-app-2019
conference-app-2019 copied to clipboard
Dynamic feature module
Overview (Required)
- I think this is very difficult. Can we do it? 🤔
To test this feature, we need to distribute via PlayStore. So those who do not have permission to upload cannot take this. 😇
Can we use dist:onDemand="false"
for testing?
https://medium.com/@star_zero/android-dynamic-feature-module-%E3%83%A1%E3%83%A2-73bd1216f45a
Oh, I didn't know that. 👀So is it also possible for external contributors?
I think we also need to decide what feature to distribute as dynamic feature. currently I can't think of one that is not needed on first launch 🤔
If we do not have such modules, then can we use staffs page as a playground of dynamic feature? 🤔
すいません、日本語で。
Dynamic Feature Moduleはfeatureモジュールの依存が今の作りと逆になります。
例えば、現状は:feature:about
がfrontend:android
から参照されてますが、Dynamic Feature Moduleにするには逆にfrontend:android
が:feature:about
から参照される形になります。
参考
- https://github.com/nickbutcher/plaid/blob/master/app/build.gradle#L69
- https://github.com/nickbutcher/plaid/blob/master/about/build.gradle#L50