How to show a loading bar/progress bar on splash screen

I want to show a loading bar/progress bar on splash screen.
once the loading is completed then it shows the home page of the application.
please suggest.

Thanks

You can’t add a loading bar to the splash screen. Splash screens can only be images. You could however have a screen that appears after the splash screen (perhaps with similar styling) that would then show your loading bar (just make it the rootPage).

Unless you have an application that takes particularly long to load for some reason, then it’s probably a better approach to just display the normal splash screen and set it to hide manually, once you are done loading whatever you need to load then you can hide the splash screen.