Hi Devs, anyone idea about how to add splash screen in jetpack compose
p
Philip Blandford
05/04/2021, 9:27 AM
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
Muhammad Zaryab Rafique
05/04/2021, 9:28 AM
Right
c
Colton Idle
05/04/2021, 2:01 PM
There's many resources on this and nothing about this is compose specific.