universal apps

21
UNIVERSAL APPS Mohamed Emam MSP, Windows and Windows Phone Developer @mohamedemam0

Upload: mohamed-emam

Post on 25-Jun-2015

252 views

Category:

Software


0 download

DESCRIPTION

Universal Apps Session.

TRANSCRIPT

Page 1: Universal Apps

UNIVERSAL APPSMohamed Emam

MSP, Windows and Windows Phone Developer@mohamedemam0

Page 2: Universal Apps

AGENDA

• Overview

• UI Controls

• Page Navigation

• Data Binding

Page 3: Universal Apps

OVERVIEW

• Write Once, Deploy To All The Windows

• Buy Once For All Of Your Windows

• Universal Apps enable building applications on different converged platforms

• Converged platforms use a single Windows Runtime: Windows 8.1 and Windows Phone 8.1 (future: Xbox, …)

• Converged developer platform, converged App model

Page 4: Universal Apps

UNIVERSAL APP

Page 5: Universal Apps

WHY UNIVERSAL APPS?

• Share up to 90% of the code

• Shared in-app purchases

• Unified ad-units for Windows Phone and Windows apps

• Shared revenue model

Page 6: Universal Apps

Windows Windows Phone

Page 7: Universal Apps

Classes Structs Interfaces

Windows 8.1 SDK 566 119 59

Windows Phone 8.1 SDK 624 131 57

+58 +12 -2

WINDOWS.UI.XAML.*

Page 8: Universal Apps

XAML: WHAT IS COMMON?

• Common Controls (Button, Textbox, …)

• Optimized Controls (DatePicker, TimePicker, …)

• Signature Controls (device specific, Hub, Pivot,…)

Page 9: Universal Apps

CONVERGED CONTROLSwhat’s it really mean?

80% exact same XAML 20% custom

Common SignatureOptimized

DatePicker

TimePickerCommandBar

Button

CheckBox

RadioButton

ProgressBar

Slider

ToggleSwitch Hub

PivotListViewGridViewAppBarSysTray

Page 10: Universal Apps

CODE REUSE

•Shared Projects (Share source code between projects of universal, Allow platform specific code using #if or partial class)

•PCL (Share binary library between universal apps, compile once,

deploy on different platforms)

Page 11: Universal Apps

UI CONTROLS

• Button

• Grid

• Appbar

• Stackpanel

• Gridview

• Textbox

• Button > Flyout > Grid > Button

• Flipview

• Datepicker

• Combobox

• Radio Buttons/Check Box

Page 12: Universal Apps

UI CONTROLS

DEMO

Page 13: Universal Apps

PAGE NAVIGATION

• Navigate to a page.

• Navigate with a parameter.

• Navigate to URI

Page 14: Universal Apps

PAGE NAVIGATION

DEMO

Page 15: Universal Apps

DATA BINDING

• One Way

• Two Way

Page 16: Universal Apps

DATA BINDING

DEMO

Page 17: Universal Apps

SUMMARY

• Overview

• UI Controls

• DEMO

• Page Navigation

• DEMO

• Data Binding

• DEMO

Page 18: Universal Apps

TIME TO GET ANSWERED

Q&A

Page 19: Universal Apps

FEEL FREE TO CONTACT ME :)

mohammedemam.wordpress.com

[email protected]

@mohamedemam0

/mohamedemam0

Page 20: Universal Apps

Common Control

Page 21: Universal Apps

Optimized Control