Recently I was not too busy. So I wanted to try window phone development. So I used to develop the WP version of the company's business system for a few days.
I have been writing back-end code, so the front-end lacks a certain aesthetic and Layout View. I made my own layout according to my rare aesthetics. Because this is a business system, there is no good requirement on these things. He looks very sloppy. Paste the system part. Some of the key controls and knowledge points in the development process have been recorded in the blog. You are welcome to read and refer to them. They both search and post them during the development process, you can also directly access the code. Click Open Link
- Click it to go to the logon page of the program and enter the relevant account and password. Since it takes some time to start the GPS location information service at the longitude and latitude, I have initialized the GPS location information during login, so that it is convenient to call it later.
- After selecting our position, we will enter the menu interface. when entering the menu interface, I asynchronously receive various data related to job permissions in the background, and load the data in advance to improve the user experience. Because I wrote the data request interface on the mobile phone, I am familiar with this one. A lot of data is spliced together to minimize the number of requests.
- This is a functional interface required by the business. Because the drop-down list of work content is a ListBox, the data is already loaded locally on the mobile phone when you enter the menu, so now you only need to directly read the binding through linqtoxml
- This is a time Selection control provided by Microsoft. If you want to customize it, you can download Silverlight for Windows Phone toolkit Source & sample-Aug 2011. Customize various things by yourself.
- This is to pull the last interface to the right by hand, loading is not completely displayed
Write it here for now.
Summary:
If you develop a formal project, you can read this official Microsoft standard document first. The description is very detailed. Click Open Link
About registering Microsoft Windows Phone developers.Click Open Link
You can watch related videos and get started with window phone before development. Click Open Link
Microsoft encapsulates and provides very convenient functions and IDE for developers to develop mobile client programs, and strives for simplicity and unification in the program UI, provides users with a good operation interface and user experience. Thanks again to the Windows Phone Development Group of the Microsoft forum.Torres, B _wind, wind(Ranking in no particular order) various support and Q &.