dotnet / MobileBlazorBindings

Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
MIT License
1.21k stars 172 forks source link

Splash Screen per platform? #383

Closed johnmangam closed 3 years ago

johnmangam commented 3 years ago

Do we still create the splash screens per platform like https://docs.microsoft.com/en-us/xamarin/android/user-interface/splash-screen?

Eilon commented 3 years ago

@johnmangam for splash screens you would do the same thing as you would in any other Xamarin.Forms app, for which the overview is on https://docs.microsoft.com/en-us/xamarin/xamarin-forms/user-interface/splashscreen. So, yes, for Android, the doc you mention would be the way to go.