LowlandsWPDev 2014 - Background tasks in universal apps

14

Click here to load reader

description

slidedeck of my session on backgroundtasks in universal apps at LowlandsWPdev 2014

Transcript of LowlandsWPDev 2014 - Background tasks in universal apps

Page 1: LowlandsWPDev 2014 - Background tasks in universal apps

Background tasks in Universal AppsNico Vermeir

@NicoVermeir

#lowlandswpdev

21/10/2014

Page 2: LowlandsWPDev 2014 - Background tasks in universal apps

@NicoVermeirNico_vermeir

@hotmail.com

www.spikie.be

Who am I?

21/10/2014

Page 3: LowlandsWPDev 2014 - Background tasks in universal apps

Disclaimer

21/10/201

4

Page 4: LowlandsWPDev 2014 - Background tasks in universal apps

Agenda• Background tasks?

• Types

• Constraints

• Debugging

• Q&A

21/10/201

4

Page 5: LowlandsWPDev 2014 - Background tasks in universal apps

Background tasks?• IBackgroundTask

• BackgroundTaskBuilder

21/10/201

4

Page 6: LowlandsWPDev 2014 - Background tasks in universal apps

Adding a BG task• Add runtime component

• Add class with IBackgroundTask

• Add Declaration

• Call RequestAccessAsync()

• Register task

21/10/201

4

Page 7: LowlandsWPDev 2014 - Background tasks in universal apps

Triggers

21/10/201

4

Page 8: LowlandsWPDev 2014 - Background tasks in universal apps

Conditions

21/10/201

4

Page 9: LowlandsWPDev 2014 - Background tasks in universal apps

Types Triggered

Geofencing

Push

21/10/201

4

Page 10: LowlandsWPDev 2014 - Background tasks in universal apps

DEMO TIME!

Nobody likes slides anyway…

21/10/201

4

Page 11: LowlandsWPDev 2014 - Background tasks in universal apps

Constraints

21/10/201

4

Op batterij:

Page 12: LowlandsWPDev 2014 - Background tasks in universal apps

WP only constraints

21/10/201

4

Page 13: LowlandsWPDev 2014 - Background tasks in universal apps

Debugging• Debug location toolbar

• Launch background task from VS

21/10/201

4

Page 14: LowlandsWPDev 2014 - Background tasks in universal apps

Q&A

21/10/201

4