Win10 application development tutorial

  
Microsoft explained how to quickly build a web-managed Win10 application through Windows App Studio, which can run on Win10 Mobile/PC devices at the same time.
Windows App Studio is an online service that Microsoft has launched for users who don't have relevant programming experience. It can be packaged and released to the app store with a simple operation.

Windows App Studio is suitable for all web applications, all operations are done through the browser, apply the provided application template, then add data and services, customize the application theme options according to your needs.
The Visual Studio project file can eventually be exported, or the build package can be directly published to the app store.
Microsoft said it only takes a very small amount of time, even just three minutes, the steps are simply summarized as:
• create a project;
• named project:
• fill in the URL ;
• Build and publish;
Microsoft official win10 application development graphic tutorial
1, create project
(click here to enter) Windows App Studio create project page, you need to use Microsoft account login. On this page you will see the Hosted Web App option, as shown below:

Click on Hosted Web App, then pop up a pop-up window, enter the name of the app here, then click “Start with this one! & rdquo;, on the right side will show a preview on different devices.

2. Configure the application
After creating the project, you will enter the application content editing page. Here you only need to fill in the address of your web application.

Here you can also upload a custom application manifest file Manifest, which is a JSON data file containing configuration such as application startup parameters. You can also define additional URI rules as well as device screen rotation properties, etc., but these are optional.
The preview of the app will appear in the device preview screen on the right. Sometimes the content is not displayed here. It is likely that the page does not support iframe embedding, but generally there will be no problem.
After filling in the URL, you need to change a logo for the app. Click on the logo in the navigation bar, as shown below:

Then click on the icon below the App logo title to upload your own application logo. After uploading, it will automatically generate the different size icons you need.
After clicking Settings, edit some information related to the app store, including application description, language and other information. Once you're done, click “Save”Save.

3. Build the application
After configuring the application, click the “Finish” button in the upper right corner, and then you will enter the application preview page to preview the different devices. Finally, just click the “Generate” generate button, then select the build type in the pop-up window (the default is Visual Studio solution), and finally click “Generate”

It's that simple, no need to edit the code at all. Students who have a web application project in hand can try it out.

Copyright © Windows knowledge All Rights Reserved