Hi Devs, anyone idea about how to add splash scree...
# compose
m
Hi Devs, anyone idea about how to add splash screen in jetpack compose
p
I had to handle this recently, and my solution was to set the splash as the theme background in XML, then set a compose background when the app is loaded.
m
Right
c
There's many resources on this and nothing about this is compose specific.