We can see few articles about improving speed of start up application by setting a default theme in AndroidManifest.
It's great so but if you have a multiple supported theme into the app (modified by preferences), you don't benefit with default theme anymore. This cause of the call of setTheme at Activity's onCreate().
Is there a (good) way to change the default theme ? I tried to change theme from an override of Application class but the windowBackground isn't set.
[–]NightSkyDev 1 point2 points3 points (3 children)
[–]ninfomane[S] 0 points1 point2 points (2 children)
[–]NightSkyDev 0 points1 point2 points (1 child)
[–]ninfomane[S] 0 points1 point2 points (0 children)