python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Dynamic feature: Access library drawable from dynamic feature module
I am trying to access a resource that lives in :library module (a regular android library module), from my :wrapped module, also a regular android library module.
The complicating factor is that I cre...
VIN
Votes: 0
Answers: 1
SplitInstallManager.startConfirmationDialogForResult calls deprecated onActivityResult (Dynamic feature modules)
I'm using Dynamic feature modules in my app.
onActivityResult is deprecated. However, SplitInstallManager.startConfirmationDialogForResult uses the onActivityResult callback. Is there a way around thi...
VIN
Votes: 0
Answers: 0
Launching fragment via ServiceLoader in Dynamic Feature (Android)
I'm trying to launch a fragment in my a dynamic feature module using a ServiceLoader as follows, but I get a crash the first time I try to launch my fragment. After the initial crash, if I try to laun...
VIN
Votes: 0
Answers: 1
Dynamic feature: Unable to instantiate fragment : make sure class name exists
I'm trying to load my fragment that lives in a dynamic feature module. However, I keep getting a crash:
val f = FragmentFactory().instantiate(classLoader,
"com.myapp.customviewdynamicfeature.Cus...
VIN
Votes: 0
Answers: 1