python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k 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
Android Jetpack Baseline Profile with Dynamic Feature Modules
I'm trying to implement baseline profile with macrobenchmark to speed up release build.
I based my implementation on
https://developer.android.com/studio/profile/baselineprofiles
and this commit of th...
Hessesian
Votes: 0
Answers: 0
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
Android resource not found exception for dynamic feature
Hi I have created one Android application and created one dynamic feature in it. In this dynamic feature in one of the fragments, I am trying to set a custom font for text view.
ResourcesCompat.getFon...
nilkash
Votes: 0
Answers: 0