intro to windows azure mobile services with ios

Post on 12-Jan-2015

419 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

The slide is presented on my sharing to HackerSpace Share, an event organised by HackerSpace Bandung to enrich the knowledge of the members. HackerSpace Bandung is a co-working space for creative freelancers and entrepreneurs (developers, designers, bloggers, etc) in Bandung.

TRANSCRIPT

intro to Azure Mobile Services with iOS

andri yadi

Nokia Developer Champion

Microsoft Most Valuable Professional (MVP)

CEO of DyCode

Mobile Servicesa cloud-based backend service

Mobile Services

choose your “frontend” platforms

windows store

windows phone

iOS android

today let’s focus on data

before you start...

if you don’t see the menu, you should opt-in for Preview. it’s free for now :)

mobile service created

get started - create a new iOS app

get started - create a new iOS app

if you create a TodoItem table, it’s here

download the code, open and run the project

Demo

Server-side scriptingyou can customize the service behavior

via server-side scripting

let’s say you want to avoid duplicated tasks entered

click TodoItem table

click SCRIPT and choose OPERATION Insert. put this code

response

when you enter duplicated task on iOS app, you’ll get...

examine the logs

Demo

Q&A

top related