Windows 8.1 Application Learning: Creating my first Application

Source: Internet
Author: User
Tags new features visual studio

In the blink of an eye Windows 8.1 has been released four months ago, because the development needs of Windows 8.1 new features have been scattered learning and use, has not been a quiet mind to systematically study. Recently, a number of new colleagues in the Department to join the need for Windows Store application development training, so take this opportunity to comb the Windows 8.1 application development knowledge. Gossip is not much talk, then start the first station, create the first application.

First, let's take a look at development environment requirements: Windows 8.1 + Visual Studio 2013

Then we'll create a new app for Windows 8.1 store, named HelloWorld (well, this may be the most used name) to see how the project is made.

The general information of the AssemblyInfo.cs file control program set in the properties directory, such as the assembly title, description, company, copyright and version, etc.

A reference is a directory that everyone is familiar with, and our references to other assemblies are listed here, and we can add references or delete references;

The assets directory holds the picture files related to the application icon and the splash screen;

App.xaml contains the resources required for application, App.xaml.cs provides access to applications;

HELLOWORLD_TEMPORARYKEY.PFX is the application of digital certificate files;

MainPage.xaml is the first interface that appears after the application starts;

Package.appxmainfest is the application's manifest file, where you can set application names, icons, portals, features, and so on.

Let us now elaborate on the manifest file:

1. Application

The main settings are the name of the application, language, support rotation, supported notification methods, and so on. The big difference between Windows 8 is that you can set the minimum width, the application in the snapped state in Windows 8 has a fixed width of 320px, and the user in Windows 8.1 can change the width of the snapped state application by dragging. Developers can also set a minimum width of 320px, 500px, or default values.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.