20120912 windows 8 開發概論

Post on 15-Jan-2015

345 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

DESCRIPTION

Windows 8 開發概論

Transcript

Demo & Video

Windows 8 潛在機會

Units Since Launch of Windows 7 as of March 2012, IDC Microsoft Confidential

Windows Store 已開放,開發者早已開始開發,Windows 8 及開發工具開放下載~

http://dev.windows.com

demo

demo

Windows 8 STYLE DESIGN PRINCIPLES

Windows 8 style

design principles

Show pride in craftsmanship

以精準細膩的設計品質為傲

Be fast and fluid

流暢敏捷,活靈活現

Be authentically digital

真實的數位體驗

Do more with less

極簡專注,捨棄無謂的裝飾

Win as one

一統江湖,借力使力

App在進入suspend狀態前有5秒的時間準備

要被系統”終結”前,

App 不會被通知

回到執行狀態後,

Apps會被通知

使用者

啟動App

啟動畫面 Splash screen

(暫止)

demo

var localSettings = Windows.Storage.ApplicationData.Current.LocalSettings;

localSettings.Values["currentPage"] = MyBook.CurrentPage;

var roamingSettings =

Windows.Storage.ApplicationData.Current.RoamingSettings;

roamingSettings.Values["currentPage"] = MyBook.CurrentPage;

無縫的資料存取技術

資料漫步在雲端(Data Roaming)

高性能

原生(Native)

需要權限方能執行特定功能

相互隔離,互不影響

demo

http://dev.windows.com

http://Dev.Windows.com

http://aka.ms/Win8AppFest

http://getsupport.microsoft.com

var

var

top related