intro to windows azure mobile services with ios

20
intro to Azure Mobile Services with iOS

Upload: andri-yadi

Post on 12-Jan-2015

419 views

Category:

Technology


3 download

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

Page 1: Intro to Windows Azure Mobile Services with iOS

intro to Azure Mobile Services with iOS

Page 2: Intro to Windows Azure Mobile Services with iOS

andri yadi

Nokia Developer Champion

Microsoft Most Valuable Professional (MVP)

CEO of DyCode

Page 3: Intro to Windows Azure Mobile Services with iOS

Mobile Servicesa cloud-based backend service

Page 4: Intro to Windows Azure Mobile Services with iOS

Mobile Services

Page 5: Intro to Windows Azure Mobile Services with iOS

choose your “frontend” platforms

windows store

windows phone

iOS android

Page 6: Intro to Windows Azure Mobile Services with iOS

today let’s focus on data

Page 7: Intro to Windows Azure Mobile Services with iOS

before you start...

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

Page 8: Intro to Windows Azure Mobile Services with iOS

mobile service created

Page 9: Intro to Windows Azure Mobile Services with iOS

get started - create a new iOS app

Page 10: Intro to Windows Azure Mobile Services with iOS

get started - create a new iOS app

Page 11: Intro to Windows Azure Mobile Services with iOS

if you create a TodoItem table, it’s here

Page 12: Intro to Windows Azure Mobile Services with iOS

download the code, open and run the project

Page 13: Intro to Windows Azure Mobile Services with iOS

Demo

Page 14: Intro to Windows Azure Mobile Services with iOS

Server-side scriptingyou can customize the service behavior

via server-side scripting

Page 15: Intro to Windows Azure Mobile Services with iOS

let’s say you want to avoid duplicated tasks entered

click TodoItem table

click SCRIPT and choose OPERATION Insert. put this code

response

Page 16: Intro to Windows Azure Mobile Services with iOS

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

Page 17: Intro to Windows Azure Mobile Services with iOS

examine the logs

Page 18: Intro to Windows Azure Mobile Services with iOS

Demo

Page 19: Intro to Windows Azure Mobile Services with iOS

Q&A