Avalonia.Samples icon indicating copy to clipboard operation
Avalonia.Samples copied to clipboard

Animated Splash Screen

Open workgroupengineering opened this issue 5 months ago • 2 comments

Topics to cover

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

Ideas for a sample

  • [ ] I'll send a pull request with a proposal for a sample

Additional context

workgroupengineering avatar Jan 08 '24 13:01 workgroupengineering

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

timunie avatar Jan 08 '24 14:01 timunie

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.

maxkatz6 avatar Jan 10 '24 02:01 maxkatz6