Questions tagged [dynamic-feature-module]

155 questions
0
votes
0 answers

Can I test dynamic modules without releasing on the Play Store?

I'm hiring someone to write a library for my app and it will be a dynamic module loaded when the user needs that feature. I can't give that contractor access to the Play Store, so I'm trying to figure out how to get them to test the dynamic feature?…
casolorz
  • 8,486
  • 19
  • 93
  • 200
0
votes
1 answer

How to Cast a video using ExoPlayer cast extension from a Dynamic Feature Module

I have a crash when I am trying to cast a HLS video from my app to a chromecast. I use the ExoPlayer cast extension. I am using exoplayer version 2.11.1 & play services cast framework version 18.0.0. The code is called from a dynamic module (apply…
0
votes
1 answer

App Bundle: Can Application class be in a Dynamic Feature module? App bundle crashes

While refactoring your code for App Bundles, can the custom Application class remain in the com.android.dynamic-feature module or should it be only in the com.android.application base module? I see the base's merged manifest having the custom…
-1
votes
1 answer

Get kotlin class failed with string but works with constant - on dynamic feature

I just call a method class through this line : val instance = Class.forName(nameClass).kotlin.objectInstance When I set the nameClass with a constant value (see below) it's work. private const val PROVIDER_CLASS =…
-1
votes
1 answer

Lazy-loading in feature modules- Angular

The app stays here: https://angular-dqpbqa.stackblitz.io. what mistake am i doing? and it also loads heroes-list initially, but the path is ''. lazyloading of feature modules is not working. i have created separate routing in each feature module.…
Vinay
  • 93
  • 7
1 2 3
10
11