03rd-startup screen:
Today, we are going to learn a very small knowledge point, but it is a very important part of the application lifecycle: the startup screen. You may think this is a poor theme, but in fact, it is very important from the perspective of user experience.
For example, a weather application connects to a network and obtains weather data. Every time you start this program, you want to obtain the latest data. You also know that it takes about 2-3 seconds to obtain data, correct images, and other information, or more.
By using the splash screen and its events, we can "Enhance" the startup screen experience so that users will not see the screen of the program when the program is not ready.
Therefore, in this article, we need to obtain the position of the startup image and replace it with our own image until the program is ready.
PDF:
03rd-startup Screen
For more information, visit the following link:
Windows 8 development day 31