Last week, I had a hard time idle for a few days and made Windows Phone 7 Develop RTM. I feel that Microsoft is still very careful with WP7. Using the Douban API to get a simple movie searcher, I feel good. I will share my experience with you.
The main function of the program is to call the Douban API (non-OAUTH verification) to query information about movies, including the list of search results, scores, descriptions, comments, and images (Bing API ).
The common Page and newly added lifecycle controls are used.
Similar to Microsoft's style, WP7 is easy to develop as long as there is a certain SL or WPF Development Foundation.
Operation video (please forgive me for the slow response of our broken machine)
Source code: Click here to download
The source code contains the Douban API Key and Bing api id. When you need to run the command, modify your own Key in AppSetting. cs and Image. xaml. cs.