dotnet / android-samples

A collection of .NET for Android sample projects
https://dotnet.microsoft.com/apps/mobile
MIT License
2.21k stars 4.05k forks source link

Android 12 Splash Screen API update #328

Closed ivandamyanov closed 5 months ago

ivandamyanov commented 2 years ago

Sample link

New Splash Screen API

Issue description

With Android 12 comes a new Splash Screen API which offers a migration guide and suggests against having a separate Activity for your splash screen.

Any plans to update the documentation on how to use that with Xamarin.Android ?

alirong commented 2 years ago

这是来自QQ邮箱的自动回复邮件。   您好,我已经收到您的邮件。谢谢

BrianOney commented 2 years ago

Facing the same issue. Any plans for updating the docs? Anyone have a Xamarin Android 12 splash screen implementation they can share?