Windows Phone 7 - London Tube Companion Application
As part of my continual learning of Windows Phone 7, I decided to develop an application which displays the status of tube lines for the London Underground. As well as displaying the line status, the application also allows users to request push notifications when the status of a tube line changes. Windows Phone 7 architecture allows for several types of push notifications, all of which are delivered by the cloud based Push Notification service. The notification types are as follows: Raw Notification : Raw Data is sent to the application. Only available when the application is open. Tile Notification: If the application is pinned to the phone’s start screen, then the application’s tile can be modified. Toast Application: Text based notification is displayed to the currently active screen. This does not require the application to be open. In this example I decided to use toast notifications to inform the u ser of any changes to the tube line status, as it would allow the user to b...