Ideally we would show the first screen as soon as its dependencies are satisfied, but defer work that are only required by other screens of the app. App.StartScreen is the new declarative way to indicate which screen should be shown first, that doesn’t block optimizations. Whe...
In this blog, we will learn how to create spash screen or loading screen in PowerApps. As we know that OnStart property of PowerApps will be deprecated soon, we do need to find some alternative to it. Yes, there is another property StartScreen introduced but it will not help us in some...