文章分类 - Windows Phone 7
Windows Phone 7学习、研究、备忘。
推送通知服务
摘要:概述 Windows Phone 中的Microsoft Push Notification Service向第三方开发人员提供了一个弹性,专注,而且持续的渠道,使得开发人员可以从web service向移动应用程序发送信息和更新。 过去移动应用程序需要经常主动去调查其相应的Web服务,以了解是否有任何等待处理的通知。这样做虽然有效,但是会导致手机的无线设备频繁打开,从而对电池续航时间带来负面影响. 使用推送通知的方式取代主动调查,web service能够提醒应用程序获取所需要的重要更新。 图 1 推送 Notifications 当一个Web service有信息要发送到应用程序,它先发送
阅读全文
Silverlight4 RIA应用开发系列课程-3-Handling page orientation changes
摘要:MainPage.xamlCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--phone:PhoneApplicationPagex:Class="Orientation.MainPage"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:phone="
阅读全文
Silverlight4 RIA应用开发系列课程-2-Consuming web content with the WebBrowser control
摘要:MainPage.xamlCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--phone:PhoneApplicationPagex:Class="WebBrowser.MainPage"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:phone="c
阅读全文
Silverlight4 RIA应用开发系列课程-1-Specifying an input scope for a text box
摘要:MainPage.xamlCode highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--phone:PhoneApplicationPagex:Class="SIPInputScope.MainPage"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:phone
阅读全文
在Windows Phone 7中实现图片圆周滚动效果
摘要:效果如下: MainPage.xaml代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<phone:PhoneApplicationPagex:Class="ShopShow.MainPage"xmlns="http://schemas.mi...
阅读全文
浙公网安备 33010602011771号