❔ Creating a splash screen
I have zero idea how to use the documentation to create a loading screen. It's just a fake loading screen that takes about 3 seconds to "load the application" and then do a simple check system for if the
config.json
file exists -> if so, launch home screen; if not, launch the setup screen and I am struggling to figure this out. I have zero code because the documentation makes zero sense to me. I want to learn how to do this in avalonia. Thanks3 Replies
this is the main window files that are initialized first. This screen is where I want to put the loading screen, and the json file check. Thanks
https://www.youtube.com/watch?v=WX-L642Y8FE
I followed this tutorial, and I also re-wrote my application from CommunityToolkit to ReactiveUI and I'm having an issue with my splash screen. It's not displaying the text.
AvaloniaUI Cross Platform
YouTube
How to create Splash Screen | AvaloniaUI Cross Platform #1
Let me show you how to create simple Splash Screen in AvaloniaUI.
You should change logic code in App.axaml.cs to do your loading jobs. Finding try catch section, replace Task.Delay with your code.
Take a look in github: quinndam113/avaloniauiSplatScreeen
Thanks for watching. Like share and subscribe my channel to get more video about Avalonia...
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.