摘要:
1.Windows Phone 7 中常见的使用WebClient代码段:
WebClient twitter = new WebClient();
twitter.DownloadStringCompleted += new DownloadStringCompletedEventHandler(twitter_DownloadStringCompleted);
twitter.DownloadStringAsync(new Uri("http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=" + TwitterNameBox.Text));
2. 在Windows Phone 7 程序Deactivated的时候,我们需要处理程序的持久化数据和瞬态数据。 阅读全文
1.Windows Phone 7 中常见的使用WebClient代码段:
WebClient twitter = new WebClient();
twitter.DownloadStringCompleted += new DownloadStringCompletedEventHandler(twitter_DownloadStringCompleted);
twitter.DownloadStringAsync(new Uri("http://api.twitter.com/1/statuses/user_timeline.xml?screen_name=" + TwitterNameBox.Text));
2. 在Windows Phone 7 程序Deactivated的时候,我们需要处理程序的持久化数据和瞬态数据。 阅读全文
posted @ 2011-04-17 10:16
Alexis
阅读(1989)
评论(9)
推荐(2)

在练习《Sketchflow for Windows Phone 7》 中发现手写的英文字体很漂亮,但是在自带的字体中也没有找到中文的
Windows Phone 7的Metro主题真的非常好看,同样我们可以将Metro主题应用到Silverlight应用程序中,前阵子在关注Windows Phone 7的时候发现就有这么一款主题,大家可以去http://silverzine.com/7metro/7metro.html 上看看具体的效果。
文章转自:http://geekswithblogs.net/kennedysteve/archive/2011/03/06/keeping-up-with-technology.aspx
如果你也像我一样,很难与最新的技术保持一致。现实情况是有太多的新技术(语言、方法、工具等)。我跟随技术的方法之一是使用Google Reader订阅这些新技术。Google Reader一个在线的RSS订阅工具,同时在Google Android系统中有着良好的支持。
我前面有一篇博客是讲解如何更好的使用Google Reader的,链接--《Google Reader 使用技巧及OPML订阅源分享》
下面是我的订阅源的列表。当然,你可能只对其中的一部分感兴趣。
.NET Rocks! RSS = http://feeds.feed
浙公网安备 33010602011771号