dynamic-module-sample icon indicating copy to clipboard operation
dynamic-module-sample copied to clipboard

Sample project for creating a dynamic feature module

Results 3 dynamic-module-sample issues
Sort by recently updated
recently updated
newest added

The following feature module names contain invalid characters. Feature module names can only contain letters, digits and underscores. -> dynamic-module

I'm clear with calling the Activity from the below code: Intent intent = new Intent(); intent.setClassName("com.dynamic", "com.dynamic.module.DynamicActivity"); startActivity(intent); but How I do get the class object or public method of...

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...