Presentation is loading. Please wait.

Presentation is loading. Please wait.

Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Email: Twitter:

Similar presentations


Presentation on theme: "Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Email: Twitter:"— Presentation transcript:

1 Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Email: Twitter:

2 Agenda

3 What is Mobile Services?

4

5 Structured Storage Powered by SQL Database Same DB – Multiple Mobile Services Data management in Windows Azure Portal SQL Portal SQL Management Studio REST API CLI Tools

6 The REST API ActionHTTP VerbURL Suffix CreatePOST/TodoItem ReadGET/TodoItem?$filter=id%3D42 UpdatePATCH/TodoItem/id DeleteDELETE/TodoItem/id https://Mobileservice.azure-mobile.net/tables/*

7 JSON to SQL Type Mappings JSON ValueT-SQL Type Numeric values (integer, decimal, floating point) Float(53) BooleanBit DateTimeDateTimeOffset(3) StringNvarchar(max)

8 Server Side Scripts Customizing logic on the server

9 Node Modules Extensibility through numerous included modules

10

11 Push Notifications Client (1) (2) (3) (4)

12

13 Data Authorization

14 User Auth Flow (server) GOOGLE FACEBOOK TWITTER MOBILE SERVICE DEVICE MICROSOFT

15 User Auth Flow (client) GOOGLE FACEBOOK TWITTER MOBILE SERVICE DEVICE MICROSOFT

16 The User object

17

18 Command Line Tools Scriptable control from PowerShell / Bash

19

20 Using the Scheduler Execute scripts on a schedule Execute scripts on demand Frequency and length of execution based off of service level Ideal for backend data processing

21 Custom API Non-table based scripts Accessible from Get Post Put Patch Delete Same permissions as tables

22 Script Source Control Handled through GIT repo Access to table, scheduler, custom API, shared scripts, and permissions Shared Scripts Make scripts accessible from other scripts Just like creating Node.js modules NPM Ability to use ‘npm install module’ to download NPM modules

23

24 Diagnostics, Logging, Scale

25 Service Scale Free 500K API calls per subscription per month Standard 1.5M API calls per unit per month Premium 15M API calls per unit per month

26

27 Mobile Services Tiers $ General Availability 99.9% FreeStandardPremium Usage Restrictions Up to 10 services, Up to 500 Active Devices* N/A API Calls500K (per subscription) 1.5M (per unit) 15M (per unit) ScaleN/AUp to 6 Standard units Up to 10 Enterprise units Scheduled Jobs LimitedIncluded SQL Database (required) 20MB Included, Standard rates apply for more capacity 20MB Included, Standard rates apply for more capacity 20MB Included, Standard rates apply for more capacity

28 Windows Azure Mobile Services

29 Resources Get a Windows Azure Free Trial Account http://www.windowsazure.com Videos, Tutorials, and More http://www.windowsazure.com/Android Source code on GitHub https://github.com/WindowsAzure/azure-mobile-services Contact Details mobileservices@microsoft.com Feature Requests

30 © 2011 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

31 OAuth Authentication Flow


Download ppt "Building Android Apps with Mobile Services Speaker Name Speaker Title Speaker Company Email: Twitter:"

Similar presentations


Ads by Google