@all How to create splash screen in compose multip...
# compose
a
@all How to create splash screen in compose multiplatform. I am trying to create and facing a issue. How to pick a image for both from android.
m
Hoping I'm getting your question correctly, but there is no de-facto way to create a SplashScreen in compose multiplatform. You can decide to use the default android splashscreen and the ios launcher screen. However, this would entail you having to use images on the two platforms independently. If you want, you can decide to leave the splash screen/launcher screen blank and then use your own custom splashscreen in Compose, independent of the platform. I find this much easier and it gives me better control over timing, consistency, etc. Let me see if I can find an example
Screen Recording 2024-01-02 at 11.20.08.mov
480 Views