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
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.