android-dynamic-code-loading
android-dynamic-code-loading copied to clipboard
Android dynamic code loading sample for Dynamic Feature Modules.
I just follow this [post on medium](https://medium.com/androiddevelopers/patterns-for-accessing-code-from-dynamic-feature-modules-7e5dca6f9123) and make some feature with same structure. on debug variant everything is fine, but on release variant and upload it to playstore didn't...
Detailed Question: https://stackoverflow.com/questions/64191100/using-dynamic-feature-module-fonts-downloaded-and-installed-in-asset-folder-but
Font from assets not rendering in PDF view which is downloaded and installed using dynamic feature. Detailed Question: https://stackoverflow.com/questions/64191100/using-dynamic-feature-module-fonts-downloaded-and-installed-in-asset-folder-but
gradlew reflectDebug or ./gradlew serviceLoaderDebug or ./gradlew daggerDebug
Hi , I am getting the crash while opening the module from the app. I was uploaded the .aab file into play store. I run the app downloaded from the...
It's a great sample for dynamic code loading but normally we don't have just one dynamic feature module, at least add one more dynamic feature module and tell the best...
- Add code sample for Fragment/ViewModel injector https://github.com/googlesamples/android-dynamic-code-loading/pull/5
- Add `StorageActivity`, `StorageViewModel` example - Support `Activity/Fragment/ViewModel` module injector for feature module - Change `SplitApplication` by `DaggerApplication` - Update `dependencies` version
the resources of dynamic module are defined in app module??