windows 8.1 app iii 研習營1小時- project siena, unity3d & bizspark

43
Windows 8.1 developer training Windows 8.1 App 開開開開 蔡蔡蔡 (Raymond) 蔡蔡蔡蔡 蔡蔡蔡蔡蔡蔡蔡蔡

Upload: meng-ru-tsai

Post on 15-May-2015

912 views

Category:

Technology


5 download

DESCRIPTION

Windows Store App, Project Siena, Unity3D, 上架, BizSpark, DreamSpark, WebView, API, FlipBoard, Facebook, PayPal, 資策會

TRANSCRIPT

Page 1: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Windows 8.1 developer training

Windows 8.1 App 開發研習

蔡孟儒 (Raymond)台灣微軟資深技術推廣協理

Page 2: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

8.1: Continuing the Windows 8 visionEnables the latest generation of hardware

Significant platform and UX improvements

Enhancements for the next wave of App innovation

Continuation of Windows 8/RT

Page 3: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

8.1 More powerful and efficient

Rich, integrated search driven by Bing

Personalized start and lock screens

New live tile sizes, including large

Live tile on install

Apps share the screen

Deep SkyDrive integration

Page 4: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

DemoWindows 8.1

Page 5: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

機會與趨勢

Page 6: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

There are over 100,000 apps in the Windows Store including top apps like Hulu, Netflix, Twitter and Facebook.

Page 7: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Why Windows Store?

http://www.netmarketshare.com/operating-system-market-share.aspx?qprid=10&qpcustomd=0

100 millions + 10 millions = 1億 1 千萬

= 1/3 的競爭者 (Apps # on iOS/Android) (Apps # on Windows 8/Phone)

Page 8: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

但是…有 66% 是「僵屍」 Apps:

Windows Store Apps 的下載率則超過 9 成 ( 聚光燈效應 & 新藍海市場 )

iOS 及 Android 平台上皆已超過 100 個萬個 Apps

Page 9: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Windows 8 開發平台Windows Store Apps

HTMLJavaScri

pt

CC++

C#VB

Desktop Apps

Win32

.NET / SL

Internet Explore

r

Communication

& Data

Application Model

Devices & Printing

WinRT APIsGraphics &

Media

Syst

em

Serv

ices

JavaScript(Chakra)

CC++

C#VB

XAML HTML / CSSVie

wM

od

el

Contr

olle

r

Windows Core OS ServicesCore

Page 10: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

開發工具 - Visual Studio 2013

Page 11: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

8.1 Easier to design apps

Page 12: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

8.1 Easier to develop apps

Page 13: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

8.1 Easier to test and meter apps

Page 14: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Many great apps built with HTML / JS

Page 15: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Many great apps built on XAML

Many core Windows 8.1 experiences built on the same technologyNew search, contact card, device companion apps, lock screen camera, and more

Page 16: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Windows 8.1 更新 APIs

User interface

Fundamentals

Devices Graphics and media Communications ServicesGeo-

location

Proximity

Direct3D Direct2D Direct Write

PlayTo

Contracts

Bing

Azure Mobile

HTML5/CSS XAMLInput Controls

Authentication

Portable

Sensors Playback Capture

Printing

SVGCanvas

Local storage SMS

StreamsBackgrou

nd transfer

Syndication

Networking

XML and JSON

Skydrive

Live tiles and toastAccessibility Data binding

Application services

Threading/timers

Memory management Globalization Cryptography

Xbox Live

8.1 更新既有 API

Page 17: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Windows 8.1 新增 APIs

User interface

Fundamentals

Devices Graphics and media Communications ServicesGeo-

location

Proximity

Direct3D Direct2D Direct Write

PlayTo

Contracts

Bing

Azure Mobile

HTML5/CSS XAMLInput Controls

Authentication

Bluetooth

USB

HID WiFi direct

Point of service

3Dprinting Scanning

WebGL

HTTP

Contacts

Appoint-ments

PDF

Speech synthesis

Diagnostics

Portable

Sensors Playback Capture

Printing

SVGCanvas

Local storage SMS

StreamsBackgrou

nd transfer

Syndication

Networking

XML and JSON

Skydrive

Live tiles and toastAccessibility Data binding

Application services

Threading/timers

Memory management Globalization Cryptography

Xbox Live

8.1 更新 8.1 新增既有 API

Page 18: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Windows Store App 開發- 控制項可見即所得- XAML 儲存 UI 設置,隔離後端程式 (C#/VB/C++)- 可擴充性

Page 19: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Date and Time Pickers<DatePicker Header="Select a date:" CalendarIdentifier="JapaneseCalendar" DayFormat="{}{day.integer} {dayofweek.abbreviated}" />

<TimePicker ClockIdentifier="24HourClock" MinuteIncrement="15" />

Page 20: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

DatePicker and TimePicker

支援不同地區曆法及語言- CalendarIdentifier

改變顯示方式- DayFormat="{}{day.integer}

({dayofweek.abbreviated})" - Orientation

12/24 小時制切換- ClockIdentifier="24HourClock"

Date/Time change notification- DateChanged- TimeChanged

Page 21: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

WebView ( 更多控制及事件 )• 瀏覽控制 :

• GoBack() and GoForward() methods• CanGoBack and CanGoForward properties • Refresh() method• Stop() method

• 瀏覽事件 :• NavigationStarting• ContentLoading• DOMContentLoaded• NavigationCompleted

• 甚至網頁中個別 iframe 內的事件 :• FrameNavigationStarting• FrameContentLoading• FrameDOMContentLoaded• FrameNavigationCompleted

Page 22: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

WebView ( 控制及事件 )

Page 23: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

WebView 渲染本地內容 (Rendering Local Content)

• http:// - navigate to internet content• ms-appx-web:// - navigate to content in app package• ms-appdata:// - navigate to local app state directory

Page 24: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

MediaElement• 內建影片控制項 ( 播放、停止、暫停、音量 )

- AreTransportControlsEnabled="True"

• 全螢幕• IsFullWindow="True"

• 播放及 XAML 互動的效能提升• 更多的事件及方法,提供客製化的空間

Page 25: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Windows Store App 開發- 使用即有模版 (template)

Page 26: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Hub Template( 中樞應用程式 )

8.1 新增

Page 27: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark
Page 28: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Project Siena- 非開發人員也能建制 Windows Store App

Page 29: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Proejct Siena- 非開發人員也能建制 Windows Store App 合適使用者 : …business experts, business analysts, consultants and other

business users 等。 支援的內容格式上,包含了 SharePoint 表單、 Excel 、 Azure Mobile Services

表格、 RSS 及 RESTful 服務等。 進入程式開發前的設計階段, Siena 可視為一個好用的雛型 (prototyping) 及

UX 規劃設計工具。

Page 30: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Games porting to Windows

Page 31: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

如果您已使用 Unity ,恭喜 ! Unity3D 4.2+: 免費 Windows 8/8.1 及 Windows Phone 模組

Page 32: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

不僅是 Unity…

Appcelerator appMobi {!} Audiokinetic Wwise

Autodesk Scaleform

Cocos2d Epic Unreal Engine 3

Exit Games Photon Server

Fortumo Mobile Payments

Firelight Technologies FMOD

GameSalad Creator

Havok Physics Havok Vision Engine

MonoGame Ogre Rendering Engine

NVIDIA PhysX

Scirra Construct 2

SharpDX ShiVa3D

SlimDX Unigine Engine Yoyo Games GameMaker

ShiVa 3D4th October, 2012…ShiVa 2.0 with that in mind. We are constantly working on new engine ports. In the near future, you can look forward toDirect X 11, Windows 8 Metro …

http://blogs.msdn.com/b/windowsappdev/archive/2013/03/22/developing-windows-store-games.aspx

Page 33: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

免費 Windows add-ons

Unity Labs!實地轉置 + 技術支援

學生 & 新創公司免費 !

Page 34: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

MUGA (Microsoft-Unity Game Accelerator)

Unity Labs- 將您的 Unity 遊戲轉至 Windows 平台 ! 免費實機操作測試 ( 微軟技術中心 or 資策會 ) 免費技術支援 現場提供 Windows 平版及 Windows Phone 實機測試 免費取得 Windows 上架 Token! 一個月 Windows Azure 試用帳號

Page 35: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

http://Services.WindowsStore.com 廣告、支付、社群 , etc.

Page 36: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

廣告、支付 & other plug-ins…

http://services.windowsstore.com/

Page 37: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

上架及拆帳

Page 38: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark
Page 39: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Store registration

$99

Business

Free

Students (Dreamspark)

Startups (Bizspark)

MSDN subscribers

$19

Individual

Page 40: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

Windows Store Apps- revenue share(direct sale + in-app purchase)

Starts at 70%for new apps

Jumps to 80%once your app makes $25,000

Page 41: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

- 下載 Windows 8/8.1 、免費開發工具、範例程式 : http://dev.windows.com

- 新創公司 ? http://BizSpark.com

- 還是學生 ? http://DreamSpark.com

從哪開始 ?

Page 42: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark

新創公司火花計劃 Microsoft BizSparkhttp://BizSpark.com

軟體•3 年的 MSDN 訂閱服務•每個月 NT$4,700 的 Windows Azure 優惠 •一年的 Windows Phone App 及 Windows 8 App 開發帳號

技術支援•2 個 MSDN 專業版訂閱等級的中文技術支援•教育訓練

提升能見度•BizSpark Connect.•台灣區的行銷資源

技術支援能見度

軟體

Microsoft BizSpark 是全球的方案,完全免費 ! 只要符合底下資格 : 公司成立小於 5 年 年收入小於一百萬美金 以開發軟體產品或服務為公司的主要營業項目

Page 43: Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark