DCSIMG
Silverlight for Windows Phone,Push Notifications - Alex Golesh's Blog About Silverlight Development

Browse by Tags

All Tags » Silverlight for Windows Phone » Push Notifications (RSS)

Silverlight for Windows Phone 7: Push Notifications (Part 2 of 2)

In previous post I described how to build server part of push notification mechanism for Windows Phone 7. This time I’ll show how to handle push notifications on the phone. To demonstrate it I created pretty simple Silverlight application for Windows Phone. The UI of this application looks like the follows: Lets see how the push mechanism is implemented. Phone API defines a class, which responsible for push notifications: HttoNotificationChannel . This class is responsible for subscribing to events...

Silverlight for Windows Phone 7: Push Notifications (Part 1 of 2)

Now, after Beta tools released it is a time to start talking about new features and changes since Apirl CTP. This is the first part of two parts blog post about push notification mechanism in Windows Phone 7. The API described in this article according to recently released Beta version of Windows Phone Development Tools (WPDT). Windows Phone 7 application can’t run in the background (performance, battery life, usage of radio) and therefore there is a need to have a mechanism that facilitates a communication...