a lap around windows phone 8.1

32
Windows Phone 8.1 @NicoVermeir A lap around 20/06/2022

Upload: nico-vermeir

Post on 14-Jun-2015

331 views

Category:

Technology


5 download

DESCRIPTION

The slidedeck for my talk at RealDolmen on April 23th 2014 Microsoft announced Windows Phone 8.1 at Build. I took it for a spin and saw that it is GOOD! Join me in a lap around new features in the Windows Phone 8.1 SDK and learn all about Geofencing, universal apps, file access, triggers and much much more. A big part of this session will be focused on the differences between Windows Phone Silverlight apps and Windows Phone Runtime apps.

TRANSCRIPT

Page 1: A lap around Windows Phone 8.1

Windows Phone 8.1@NicoVermeir

A lap around

13/04/2023

Page 2: A lap around Windows Phone 8.1

@NicoVermeir

[email protected]

www.spikie.be

Who am I?

13/04/2023

Page 3: A lap around Windows Phone 8.1

Agenda Whats new Emulator Two APIs? WTF? Background Tasks Navigation App lifecycle Sharing Universal apps

13/04/2023

Page 4: A lap around Windows Phone 8.1

13/04/2023

WHAT’S NEW?Speed dial

Ghost notifications

Custom lockscreen

Dual Sim support

Custom SMS apps

New app lifecycle

VPNMail notification icon

Action Center

Seperate volume controls

QHD resolution

Weekview

Swipe keyboard

Slide to close app

Native Youtube playerGeofencing

Auto-update

New screenshot button

Friggin’ Cortana!

Share between apps

Bluetooth LE

Background images

Sync between WP / Win8

Install apps on SDSense apps

Podcasts

Universal apps

Page 5: A lap around Windows Phone 8.1

13/04/2023

Controls

Page 6: A lap around Windows Phone 8.1

13/04/2023

Page 7: A lap around Windows Phone 8.1

DEMOWindows Phone 8.1 Emulator

13/04/2023

Page 8: A lap around Windows Phone 8.1

TWO API SETSWindows Phone 8.1

13/04/2023

Page 9: A lap around Windows Phone 8.1

13/04/2023

Silverlight

Page 10: A lap around Windows Phone 8.1

13/04/2023

RuntimeSimilar to Windows Store RuntimeSimil

Page 11: A lap around Windows Phone 8.1

DEMOTwo APIs

13/04/2023

Page 12: A lap around Windows Phone 8.1

Background Tasks Works in both SL and Runtime Don’t mix Background agents

(WP8.0) with Background tasks (WP8.1)

13/04/2023

Page 13: A lap around Windows Phone 8.1

DEMOBackground tasks

13/04/2023

Page 14: A lap around Windows Phone 8.1

SL vs WinPRTSome agents not available in RT Continous background location Run under lockscreen VOIP Wallet

13/04/2023

Page 15: A lap around Windows Phone 8.1

Geofencing Location based background task

trigger

13/04/2023

Page 16: A lap around Windows Phone 8.1

DEMOGeofencing

13/04/2023

Page 17: A lap around Windows Phone 8.1

Navigation – WP8.0NavigationService.Navigate(new Uri("/Views/HomePage.xaml", UriKind.Relative));

13/04/2023

Page 18: A lap around Windows Phone 8.1

Navigation – WP8.1rootFrame.Navigate(typeof(HomePage), e.Arguments);

13/04/2023

Page 19: A lap around Windows Phone 8.1

WP8.1 Silverlight Same Page and Frame Navigation Model

as 8.0

Fast App Resume is enabled by default

Apps can opt into being suspended on BackSystem.Windows.Navigation.NavigationService.PauseOnBack

13/04/2023

Page 20: A lap around Windows Phone 8.1

WP8.1 XAML apps Different back button behaviour

13/04/2023

Page 21: A lap around Windows Phone 8.1

DEMOXAML apps Back button

13/04/2023

Page 22: A lap around Windows Phone 8.1

Sharing Share data with other apps Receive shared data

13/04/2023

Page 23: A lap around Windows Phone 8.1

DEMOSharing

13/04/2023

Page 24: A lap around Windows Phone 8.1

13/04/2023

Old world

Page 25: A lap around Windows Phone 8.1

13/04/2023

New world

Page 26: A lap around Windows Phone 8.1

Universal apps Share code and even views

between WP8.1 and Win8.1 Can only use WP8.1 Runtime Use #if to differentiate platforms

13/04/2023

Page 27: A lap around Windows Phone 8.1

Universal appsWhat works Live tiles Toasts Background tasks XAML (sort of)

13/04/2023

Page 28: A lap around Windows Phone 8.1

Universal appsWhat doesn’t work Alarms Reminders Lens GPS background Lockscreen picture Camera chooser XAML (sort of)

13/04/2023

Page 29: A lap around Windows Phone 8.1

DEMOUniversal apps

13/04/2023

Page 30: A lap around Windows Phone 8.1

Universal apps - resources• Shared Project Reference Manager

http://bit.ly/1ibqSm1• Universal app samples

http://bit.ly/PpeeJ5• MSDN

http://bit.ly/1nDQAVA• XCC

http://xcc.codeplex.com/13/04/2023

Page 31: A lap around Windows Phone 8.1

QUESTIONS?Windows Phone 8.1

13/04/2023

Page 32: A lap around Windows Phone 8.1

THANK YOU!@NicoVermeir

13/04/2023