Skip to content

zorroWu/mobile-services-samples

 
 

Repository files navigation

Mobile Services Samples

This GitHub repository contains the following samples that demonstrate Microsoft Azure services, including Mobile Services and Notification Hubs.

##Table Storage With .NET Backend Samples showing how to work with a mobile service which uses Azure Table Storage to save the items in the table. It also shows how the client SDKs can be used to retrieve data from it.

##TicTacToe TicTacToe is a Windows 8.1 app that uses a mobile services backend to enable multiple players to play tic-tac-toe games with each other on their Windows 8.1 devices. The sample demonstrates the same mobile service with the JavaScript and .NET backends, with the same client. The sample shows how to use table scripts (table controllers in the .NET backend), user authentication with Microsoft Accounts, push notifications using notification hubs and tags, custom APIs, and the .NET client API. See the sample readme file.

##TodoListNotifications PhoneGap is a free and open source framework, which makes it easier to create app for key mobile device platforms using standardized web APIs, HTML and JavaScript. This sample shows how to use Azure Mobile Services (JavaScript backend) integrated with Azure Notification Hubs to send push notifications to a PhoneGap app on three client platforms: iOS, Android, and Windows Phone 8. This sample adds push notifications, using Notification Hubs, to the PhoneGap quickstart project for Mobile Services. The sample uses the PhoneGap PushPlugin and Mobile Services REST APIs to create push notification registrations in the Notification Hubs. For more information, see the sample readme file.

##TodoOffline TodoOffline is a version of the todoitem quickstart updated to make use of our offline SDK features. The sample shows how to set up a local database, sync data from the server, and push changes on demand back to the server. For more information, see the sample readme file

##Use Microsoft Azure to push notifications Cordova apps Shows how to use Microsoft Azure with the Apache Cordova Tools for Visual Studio 2013 to enable push notifications to your Cordova apps running on iOS or Android devices. The sample supports the MSDN Magazine Article Use Microsoft Azure to Push Notifications to Cordova Apps. The Mobile Services client is used to register for template-based push notifications with Azure Notification Hubs, which is then used to send push notifications from a platform notification service (PNS) to your Cordova app running on iOS or Android.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.0%
  • Objective-C 22.0%
  • C# 18.5%
  • Java 5.6%
  • CSS 2.8%
  • Shell 2.1%
  • Other 2.0%