Windows Phone 7手指畫圖應用 - FingerPainthttp://www.silverlightchina.net/html/wp7/resource/2010/1030/3037.html 自製手機介面轉場效果(持續更新)http://www.silverlightchina.net/html/wp7/resource/2011/0816/9791.htmlFoursquare for Windows Phone 7 http://4square.codeplex.com/
Windows Phone 7已經在海外上市1個多月了,除了給消費者帶來優秀的體驗之外為開發人員也帶來了很大的方便。你可以使用Silverlight for Windows Phone快速的開發Windows Phone 7上的各種應用程式,而是用XNA平台更可以讓你開發出絢麗的遊戲來。只是由於Windows Phone 7還沒有在國內上市,所以相應的Marketplace也沒有針對中國大陸開放。對於廣大的開發人員來說痛苦的就是想把自己的程式發布出去讓大家使用而無路
Allow me to draw your attention to this Windows Phone application Certification Requirement:Requirement 2.7.2 The privacy policy of your application must inform users about how location data from the Location Service API is used and disclosed and
Windows Phone 應用程式中的廣告http://msdn.microsoft.com/zh-cn/library/hh286399(v=vs.92).aspx Using the Silverlight API for Windows Phonehttp://msdn.microsoft.com/en-us/library/advertising-mobile-windows-phone-7-silverlight-adcontrol-csharp(v=msads.20).aspx
此樣本顯示了如何使用後台傳輸服務在後台下載檔案,即使當應用程式不再運行在前台。通過BackgroundTransferRequest 實現上傳下載// Create the new transfer request, passing in the URI of the file to // be transferred.BackgroundTransferRequest transferRequest = new BackgroundTransferRequest(transferUri);//