@all How to create splash screen in compose multip...
# multiplatform
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.
y
the solution is just to treat it as a normal screen
p
What have you tried @Amolak Singh and what issue did you face?
m
Compose Multiplatform has the ImageBitmap interface, which can represent bitmaps for the Image composable to display. You can try the alpha release of Coil multiplatform, or just use Image and create the ImageBitmap from platform sources.
1
a
@Pamela Hill I create 1 screen for splash. Now I want to show my image/Gif in that screen. In which folder I need to keep my images so all(android,iOS, desktop, web)use that image. I want I write 1 code and all other use taht file. I don't want to create diff UI for all.
837 Views