Preface
I bought a Samsung omnia7 a few months ago and liked the WP7 system. In addition, I am a. Net programmer. I think I can develop some small programs myself in the future. At the beginning of January, a project in the company was working on a disgusting cmmi3 standard. I had a meeting every day or wrote documents about the outline design and detailed design. I was very familiar with the code, I decided to go home to learn WP7 development.
Learning Process
In the course of learning, there are really few learning resources for WP7 now. I bought a copy of "Windows Phone 7 advanced programming". In fact, I have never liked redbooks very much. I feel like they are all just a point-to-point, I am also disappointed to teach only the methods and not the principles, but I will continue to learn some general information about WP7.
Secondly, msdn is still the best place to learn online, Windows Phone development has a Chinese version, and the documentation is updated to 7.1 (http://msdn.microsoft.com/zh-cn/library/ff402535 (V = vs.92 ). aspx), there are a lot of updates from 7.0 to 7.1.
Again, cnblog and stack overflow are here. It is also a learning method to find open source software to read code.
Well, after a month of study and application development in my spare time, I am barely getting started.
Opportunities for developing applications
Although I want to use an app for practice, I am very worried about the app I should choose. Sometimes a good idea often comes from sudden inspiration.
"Who made Windows Phone ?" Mircosoft's answer is designed for those who enjoy life maximizer.
Mobile apps are small and portable, and apps should be convenient tools for life, no matter how small tools have their value.
If you do not care about it, you must start with convenience. First, you must write an app to help solve your troubles:
In the evening, I like to lie in bed and watch TV series, cartoons, and so on my computer, because I often need to skip the theme song or ending song, change the station, and adjust the volume. But in winter, the weather has been very cold recently, and I don't want to stretch my hand and press the keyboard. If I can have a remote control, that would be nice.
Ding! Suddenly, why didn't I write an app remote control on my cell phone!
So I started the application development of mobile phone remote control. I am going to share with you the process of developing this application.