Tagged Content List
  • Wiki Page: Windows Phone: Google+ authentication in Windows Phone application

    This article demonstrates how to implement Google+ OAuth2.0 authentication and fetch user data on Windows Phone, without using a third party library. Note: Google provides a OAuth2.0 .Net Client Library that can be used to access Google+ services. The author has not tried this...
  • Wiki Page: Windows Phone: Getting user information with the Live Connect API for Windows Phone

    This article demonstrates how to get user information with Microsoft Live Connect APIs on Windows Phone 7. It also provides a brief overview of some of the other functionality exposed by these APIs. Introduction In this article we will take a look how can we get started using the Live Connect...
  • Wiki Page: Windows Phone: Hawaii cloud services for Windows Phone 7

    This article explains how to use the Hawaii cloud service for Windows Phone 7. The Hawaii project provides OCR, speech-to-text and relay services for non commercial use. Introduction Hawaii is a Microsoft research projects which enables researchers & students to develop cloud based...
  • Wiki Page: Windows Phone: Birthday Calendar for Windows Phone

    This article demonstrates how to integrate Facebook friends birthday events to a calendar using Microsoft Live Connect API . Introduction Windows Phone Calendar API doesn’t provide access to Facebook events/birthday. So the Facebook events/birthday that we see in the device default calendar...
  • Wiki Page: Windows Phone: Foursquare authentication in Windows Phone application

    This article demonstrates how to implement Foursquare OAuth2.0 authentication and fetch Foursquare data without using any third party library. Introduction Foursquare OAuth2.0 authentication enables third party application to access user data using Foursquare API . In this article we will...
  • Wiki Page: Windows Phone: Facebook authentication in Windows Phone application

    This article demonstrates how to implement Facebook OAuth2.0 authentication and fetch Facebook data without using any third party library. Note: If you do want to use a third party library, the Facebook C# SDK is a popular choice. It supports a number of platforms and is licensed under...
  • Wiki Page: Windows Phone: Azure Mobile Services - Implementing Push Notifications

    This article explains how to implement push notifications on Windows Phone with Azure Mobile Services. Introduction This article explains how to implement push notifications on Windows Phone using Azure Mobile Services, and provides both client code for registering to receive push notifications...
  • Wiki Page: Windows Phone: Google Translate

    This article demonstrates how to implement Google Translate as a free service in Windows Phone. Introduction Google provides a paid translation service: Google Translate API . This article uses the free Google Translate web service to get the response in HTML format and parse the actual...
  • Wiki Page: Windows Phone: Flicker Dynamic Lock screen application for Windows Phone 8

    This article explains how to create application that change the lock screen image using Flicker images like inbuilt bing app. In this article we will use RSS functionality in getting image and setting it as lock screen. Introduction This article shows how to create locks screen application...
  • Wiki Page: Windows Phone: States and transitions basics QML vs. Silverlight

    With QML if you want to implement states and transitions, you would basically define them separately. Basically you would start first by defining the states, and what properties would change when the state is changed, this could be handled for example like this: states: [ State { name: "pressed"...
  • Wiki Page: Windows Phone: Selection List for Qt and Windows Phone

    This article demonstrates how to create selection lists in Qt and Windows Phone 7. Introduction Selection lists are lists of items from which the user can select one or more items. The lists can optionally be scrollable, and have a highlight to show single or multiple selections. Both...
  • Wiki Page: Windows Phone: Toggle Switch and Progress Bar in Qt and Windows Phone

    This article demonstrates how to use a Toggle Switch and a Progress Bar in Qt and Windows Phone. Introduction The code examples both have a Toggle Switch and a Progress Bar. When the toggle switch is "On" a timer is used to update the progress bar value. The progress bar stops if...
  • Wiki Page: Windows Phone: Sliding Page Navigation in Qt and Windows Phone

    This article demonstrates how to create a sliding page navigation in Qt and WP7. Introduction In this article we will see how to create sliding page navigation for both in Qt and WP7. For Qt we will use QML VisualItemModel Element and for WP7 we will use Pivot controls. ...
Page 18 of 66 (1,650 items) «1617181920»