Replies: 1 comment
-
The new AndroidX compat library for splash screens referenced in the official docs is still in alpha so the Xamarin AndroidX project won't include bindings for it until it becomes final so as far as "official" Xamarin support goes, we're in a bit of a limbo until we get official bindings. I've created my own binding for As far as migrating my splash screen, I spent a couple of days experimenting using that binding library I created and whilst I was able to get a splash screen working on Android 12 and earlier which looked the same, there are some odd issues still there such as the screen being partially blacked out in some cases when powering the device on/off so abandoned using it for now. My existing splash screen is based on the Microsoft docs of a separate activity and overriding
Where |
Beta Was this translation helpful? Give feedback.
-
Hello, according to https://developer.android.com/guide/topics/ui/splash-screen/migrate Android 12 introduced a new splash screen system, which provides a default splash screen for all apps and the existing splash screen will be affected by this behaviour. Does anyone know how to do the migration in Xamarin.Android?
Beta Was this translation helpful? Give feedback.
All reactions