AvaloniaUI / Avalonia.Samples

Avalonia.Samples aims to provide some minimal samples focusing on a particular issue at a time. This should help getting new users started.
https://www.avaloniaui.net
606 stars 103 forks source link

Animated Splash Screen #74

Open workgroupengineering opened 8 months ago

workgroupengineering commented 8 months ago

Topics to cover

Animated Splash Screen for Xplat with initialization progress (db update, etc...)

Ideas for a sample

Additional context

timunie commented 8 months ago

@workgroupengineering interesting Idea. Will keep it in mind for The Todo-List re-write. Can be a sugar on top of it.

maxkatz6 commented 8 months ago

I assume it's a mobile+browser specific question.
On all of these platforms native implementation should be used.

For android, for example, https://codetraveler.io/2022/08/16/supporting-android-splash-screens-in-xamarin-forms/ I suppose, Launch storyboards for iOS: https://learn.microsoft.com/en-us/xamarin/ios/app-fundamentals/images-icons/launch-screens?tabs=windows And a typical HTML+CSS for Browser.