Search code examples
c#windows-8windows-runtimeloading

Loading Screen WinRT c#


I would like to have a loading screen before the launch of the app for 2 seconds. But i have no ideas how to do that. I just know i need to use a progress ring.

Anyone knows how to do this ?

Regards


Solution

  • Create separate page called e.g. LoadingPage and set it as a starting page for your app. Within that page show your progress ring and do whatever you want/need to do. After 2 seconds (or when job is done) navigate into your normal starting page withing application.