摘要:
http://dev.yesky.com/329/11502829.shtml新浪围脖@WPMind.com v0.1是由WPMind.com开发的第一个Windows Phone 7上的软件作品,即新浪微博客户端。它也应该是国内第一款Windows Phone 7上的新浪微博客户端。在接下来的一系列文章中,我将带领大家探讨探讨该软件开发过程中遇到的各种问题。(1) 环境准备作为一个开发人员,我很... 阅读全文
摘要:
http://rongchaua.net/blog/windows-phone-passing-arguments-between-pages-and-input-scope/On my serie of posts for developing on Windows Phone, today I would like to illustrate how I can pass arguments ... 阅读全文
摘要:
http://rongchaua.net/blog/windows-phone-audio-recorder/Audio recorder is a typical application of a mobile phone. Man can use it to record audio from microphone and use it for his ring phone, store au... 阅读全文
摘要:
http://rongchaua.net/blog/windows-phone-7-simple-database-example/Today when I start to play around with developing on Windows Phone 7, I would like to write a first small database application because... 阅读全文
摘要:
http://silverlight.codeplex.com/releases/view/52297Silverlight for Windows Phone Toolkit offers developers additional controls for Windows Phone application development, designed to match the rich use... 阅读全文
摘要:
http://msdn.microsoft.com/en-us/library/ff637516(VS.92).aspxWhat’s New in Windows Phone Developer Tools The following table lists what’s new in WindowsPhoneDeveloperTools for RTM.ItemDescr... 阅读全文
摘要:
http://www.jeff.wilcox.name/2010/08/performanceprogressbar/The ProgressBar template for Silverlight that is built into the Windows Phone today has a negative performance cost in ‘indeterminate... 阅读全文
摘要:
http://blogs.msdn.com/b/priozersk/archive/2010/08/30/creating-list-picker-for-wp7.aspxFor the application that I am working on right now I needed a control that would allow a user to select a single i... 阅读全文
摘要:
A customer just asked the question how to scroll a ScrollViewer at design time in Blend to manually design content for it that goes beyond the visible viewport size.The immediate short answer to this ... 阅读全文
摘要:
For one of the apps I have been working on, I needed to persist a List<T> of T objects across sessions. They are simple objects with simple properties, so I decided to use XML. However, since WP... 阅读全文