Whats my best bet to do if I want to build a composable for iOS and Android CMP that can render video in background?
Think like login/onboarding page having a slow frame rate animating. Not sure if even have to be a video, maybe animated gif could work.
Not sure if also need to optimize video so it works on large density screens? 😄
I am also open for doing this natively in iOS vs Android, but not sure how to integrate it back into Compose level.