This article is written by others.
Open Microsoft Visual Studio 2010 Express for Windows Phone and you will see the following interface:
Visual Studio makes people miss the feeling of c #, convenient editing and debugging, and beautiful interfaces.
Silverlight for Windows Phone provides a total of five templates for developers to choose from. developers can select templates that suit their needs. The following describes the use of various templates:
- Windows Phone Application
- Windows Phone Databound Application
- Windows Phone Class Library
- Windwos PHone Panorama Application
- Windows Phone license Application
1. Windows Phone Application
For the standard single-page Windows Phone application, the template preview is as follows:
This page can be used to make some simple pages, such as some small queries and display some basic data. This is very similar to the Android Activity page (not to mention the lifecycle ). However, if a single page cannot meet your needs, you can consider using the second page.
2. Windows Phone Databound Application
The difference between this and the single page Application is that Databound provides us with a multi-PAGE method by default. Let's take a look at the template preview effect first:
First, it will create a home page. It can be seen from the page that Databound Application provides a Title and a Summary, that is, a Title bar and a remarks column, then it is displayed in a LIST representation. A few pages are a bit like the Android Preference standard setting interface.
3. Windows Phone Class Library
If you have developed a Windows Form or Asp.net before and believe it is not a stranger, we can encapsulate some public operations and some public logic into "underpants ", then we can all wear them there. This will not be described much.
4. Windows Phone Panorama Application
This is a panorama Application Development template. Some templates can be used for some scenarios, such as when the screen is relatively small but some large content is to be displayed, similar to GOOGLE Street View. The template preview is as follows:
In fact, we can better understand that we can regard it as a relatively broad interface, but we must blame that the screen is too small, which makes my interface not completely displayed. We need to drag the interface to see it, there is a saying: Hey, have you dragged on today?
5. Windows Phone license Application
This Application template treats the Application interface as a runner, and the parent window in it is centered on an axis, and will rotate regardless of the user's choice. Processing this parent window on Android is tabHot, while Windows Phone is using ghost. Dropping the tab control on Windows Mobile is a symbol of the progress of the times? The template preview is as follows:
You can think of it as a donkey grinding rice, turning around the center point without stopping. Is your Application.
I learned this from Windows Phone 7 today. I was touched by the fact that Visual Studio is much better than Eclipse. I miss it.
This article is written by others.
Open Microsoft Visual Studio 2010 Express for Windows Phone and you will see the following interface:
Visual Studio makes people miss the feeling of c #, convenient editing and debugging, and beautiful interfaces.
Silverlight for Windows Phone provides a total of five templates for developers to choose from. developers can select templates that suit their needs. The following describes the use of various templates:
- Windows Phone Application
- Windows Phone Databound Application
- Windows Phone Class Library
- Windwos PHone Panorama Application
- Windows Phone license Application
1. Windows Phone Application
For the standard single-page Windows Phone application, the template preview is as follows:
This page can be used to make some simple pages, such as some small queries and display some basic data. This is very similar to the Android Activity page (not to mention the lifecycle ). However, if a single page cannot meet your needs, you can consider using the second page.
2. Windows Phone Databound Application
The difference between this and the single page Application is that Databound provides us with a multi-PAGE method by default. Let's take a look at the template preview effect first:
First, it will create a home page. It can be seen from the page that Databound Application provides a Title and a Summary, that is, a Title bar and a remarks column, then it is displayed in a LIST representation. A few pages are a bit like the Android Preference standard setting interface.
3. Windows Phone Class Library
If you have developed a Windows Form or Asp.net before and believe it is not a stranger, we can encapsulate some public operations and some public logic into "underpants ", then we can all wear them there. This will not be described much.
4. Windows Phone Panorama Application
This is a panorama Application Development template. Some templates can be used for some scenarios, such as when the screen is relatively small but some large content is to be displayed, similar to GOOGLE Street View. The template preview is as follows:
In fact, we can better understand that we can regard it as a relatively broad interface, but we must blame that the screen is too small, which makes my interface not completely displayed. We need to drag the interface to see it, there is a saying: Hey, have you dragged on today?
5. Windows Phone license Application
This Application template treats the Application interface as a runner, and the parent window in it is centered on an axis, and will rotate regardless of the user's choice. Processing this parent window on Android is tabHot, while Windows Phone is using ghost. Dropping the tab control on Windows Mobile is a symbol of the progress of the times? The template preview is as follows:
You can think of it as a donkey grinding rice, turning around the center point without stopping. Is your Application.
I learned this from Windows Phone 7 today. I was touched by the fact that Visual Studio is much better than Eclipse. I miss it.