SlideShare a Scribd company logo
蔡孟儒 Microsoft Taiwan
鐘俊次 Microsoft MVP
2013/11/14
Windows 8.1 自 2013/10/18 全球推出以
來…
Source: NetMarketShare.com

http://www.netmarketshare.com/operating-system-market-share.aspx?qprid=10&qpcustomd=0
Windows Store Apps 的近況?
Microsoft by the Numbers

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

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

Windows Store Apps 的下載率則超過9成 (聚光燈效應?藍海市場!?)
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能
API

Accessibility

Data binding

Live tiles and
toast

Input

Controls

HTML5/CSS

XAML

Portable

Geolocation

Direct3D

Direct2D

Direct
Write

Local
storage

SMS

Skydrive

Sensors

Proximity

Playback

Capture

PlayTo

Streams

Backgroun
d transfer

Bing

Canvas

SVG

Syndication

Networkin
g

Azure
Mobile

XML and
JSON

Contracts

Xbox Live

Printing

Application
services

Threading/time
rs

Memory
management

Globalization

Cryptography

Authentication
API

Accessibility

Data binding

Live tiles and
toast

Input

8.1

Controls

HTML5/CSS

XAML

Portable

Geolocation

Direct3D

Direct2D

Direct
Write

Local
storage

SMS

Skydrive

Sensors

Proximity

Playback

Capture

PlayTo

Streams

Backgroun
d transfer

Bing

Canvas

SVG

Syndication

Networkin
g

Azure
Mobile

XML and
JSON

Contracts

Xbox Live

Printing

Application
services

Threading/time
rs

Memory
management

Globalization

Cryptography

Authentication
API

Accessibility

Data binding

Live tiles and
toast

Input

8.1

Controls

8.1

HTML5/CSS

XAML

Speech
synthesis

Portable

Geolocation

Point of
service

Direct3D

Direct2D

Direct
Write

Local
storage

SMS

HTTP

Skydrive

Sensors

Proximity

USB

Playback

Capture

PlayTo

Streams

Backgroun
d transfer

Contacts

Bing

HID

WiFi direct

Bluetooth

Canvas

SVG

WebGL

Syndication

Networkin
g

Appointments

Azure
Mobile

Printing

3D
printing

Scanning

XML and
JSON

Contracts

PDF

Xbox Live

Application
services

Threading/time
rs

Memory
management

Globalization

Cryptography

Authentication

Diagnostics
20131114 [msdn] windows 8.1 api 新功能
8.1
20131114 [msdn] windows 8.1 api 新功能
<DatePicker Header="Select a date:"
CalendarIdentifier="JapaneseCalendar"
DayFormat="{}{day.integer} {dayofweek.abbreviated}" />
<TimePicker ClockIdentifier="24HourClock" MinuteIncrement="15" />
CalendarIdentifier

Orientation
8.1

ComboBox
Slider
DatePicker
TimePicker
TextBox
PasswordBox
RichEditBox
8.1
<RichTextBlock>
<Paragraph>
<Run>
</Run>
<Hyperlink
NavigateUri="http://dev.windows.com">
<Run>
</Run>
</Paragraph>
</RichTextBlock>

</Hyperlink>
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能
8.1

 Flyout 是一種輕量型 UI (或稱「飛出視窗」)。飛出視窗與
對話方塊不同,您只要按一下或點選視窗外的地方,就可
以輕鬆地將它關閉。
 您可以使用飛出視窗收集使用者輸入、顯示項目的詳細資
料,或是要求使用者確認動作。
 飛出視窗應該只在回應使用者點選或按一下的動作時顯
示,而且只要使用者在視窗外點選就會關閉。
20131114 [msdn] windows 8.1 api 新功能
<Button Content="Show">
<Button.Flyout>
<Flyout>
<StackPanel>
<TextBlock FontWeight="Light" Text="Select a name..." />
<TextBox PlaceholderText="Choose a name..." Width="300" />
<Button HorizontalAlignment="Right" Content="Rename" />
</StackPanel>
</Flyout>
</Button.Flyout>
</Button>
<Button Content="Show">
<Button.Flyout>
<Flyout Placement="Right">
<StackPanel>
<TextBlock FontWeight="Light" Text="Select a name..." />
<TextBox PlaceholderText="Choose a name..." Width="300" />
<Button HorizontalAlignment="Right" Content="Rename" />
</StackPanel>
</Flyout>
</Button.Flyout>
</Button>
<Button Content="Show">
<Button.Flyout>
<MenuFlyout>
<MenuFlyoutItem Text="Option 2"/>
<MenuFlyoutSeparator />
<ToggleMenuFlyoutItem Text="Option 3"/>
</MenuFlyout>
</Button.Flyout>
</Button>
CommandBar – 更簡單的實作App Bar8.1
:
•

AppBarButton AppBarToggleButton
CommandBar

•

(

AppBarSeparator
)

AppBar

<Page.BottomAppBar>
<CommandBar>
<CommandBar.PrimaryCommands>

<!-- app bar buttons here -->
</CommandBar.PrimaryCommands>
<CommandBar.SecondaryCommands>
<!-- app bar buttons here -->
</CommandBar.SecondaryCommands>
</CommandBar>
</Page.BottomAppBar>
•
•

Primary Commands

SecondaryCommands
20131114 [msdn] windows 8.1 api 新功能
8.1

SettingsPane.CommandsRequested

SettingsCommand
ApplicationCommands
20131114 [msdn] windows 8.1 api 新功能
8.1

AreTransportControlsEnabled="True"
• IsFullWindow="True"
20131114 [msdn] windows 8.1 api 新功能
8.1
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能
<Hub Header="My App Name">
<HubSection Header="Section 1">
<DataTemplate>
<!-- your content here -->
20131114 [msdn] windows 8.1 api 新功能
8.1

http://blogs.windows.com/windows/b/appbuilder/archive/2013/07/17/what-s-new-in-webview-in-windows-8-1.aspx
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能
TOP 3!
TOP 3!
Windows.UI.Xaml.Media.Imaging

8.1

適用於所有 UIElement 控制項

RenderTargetBitmap render = new RenderTargetBitmap();
await render.RenderAsync(grid1);
var pixelBuffer = await render.GetPixelsAsync();
// Encode the image to the selected file on disk
var savePicker = new FileSavePicker();
savePicker.SettingsIdentifier = "Save File";
savePicker.DefaultFileExtension = ".jpg";
savePicker.SuggestedFileName = "insta大元";
savePicker.SuggestedStartLocation = PickerLocationId.Desktop;
savePicker.FileTypeChoices.Add("JPG", new List<string> { ".jpg" });
var saveFile = await savePicker.PickSaveFileAsync();
using (var fileStream = await
saveFile.OpenAsync(FileAccessMode.ReadWrite))
{
var encoder = await
BitmapEncoder.CreateAsync(BitmapEncoder.PngEncoderId, fileStream);
encoder.SetPixelData(
BitmapPixelFormat.Bgra8,
BitmapAlphaMode.Ignore,
(uint)render.PixelWidth,
(uint)render.PixelHeight,
DisplayInformation.GetForCurrentView().LogicalDpi,
DisplayInformation.GetForCurrentView().LogicalDpi,
pixelBuffer.ToArray());
await encoder.FlushAsync();
}
20131114 [msdn] windows 8.1 api 新功能
TOP 3!
20131114 [msdn] windows 8.1 api 新功能
PDF 檔「建置動作」設為內容
(content)
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能
Windows 8.1 New API! 3D 列印
20131114 [msdn] windows 8.1 api 新功能
作業系統

Windows 8

Windows 8.1

O

O

X

O

所有的 Win8 Apps,都能直接在 Win8 及 Win8.1 機器的市集中下載並且順
利運行;然而 Win8.1 Apps ,則只能運行在 Win8.1 的機器上。

以這樣的角度看來,繼續開發 Win 8 App 以能同時在 Win8 及 Win8.1 的機
器上運行,就會是很明智的作法,以同時讓最多的使用者有機會下載使用。
不改Code的情況,Windows 8.1 apps 就是跑的比較
快!
5-30% faster
Startup time
of an app with
a ListView

2x faster
List
panning

10-20%
lower
Memory
usage in
XAML

15-35%
faster Editing
in a WinJS
ListView
Windows 8

Windows 8.1
Visual Studio 2013

!

Visual Studio 2012 及Visual Studio 2013 可以同時安裝並執行
在同一台機器上! (使用 Visual Studio 2012 開發 Win8 App,或
是使用 Visual Studio 2013 開發 Win8.1 App)
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能
API

Accessibility

Data binding

Live tiles and
toast

Input

8.1

Controls

8.1

HTML5/CSS

XAML

Speech
synthesis

Portable

Geolocation

Point of
service

Direct3D

Direct2D

Direct
Write

Local
storage

SMS

HTTP

Skydrive

Sensors

Proximity

USB

Playback

Capture

PlayTo

Streams

Backgroun
d transfer

Contacts

Bing

HID

WiFi direct

Bluetooth

Canvas

SVG

WebGL

Syndication

Networkin
g

Appointments

Azure
Mobile

Printing

3D
printing

Scanning

XML and
JSON

Contracts

PDF

Xbox Live

Application
services

Threading/time
rs

Memory
management

Globalization

Cryptography

Authentication

Diagnostics
Windows Store App Asia
Developers
• 中文部落格:
• .Net 海角點部落:
• Meng-Ru Tsai's Blog:
• 開發者之魂:
• BIGeek x 程式筆記:

http://www.dotblogs.com.tw/hungys/Default.aspx
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能
台幣 NT$568元 ($19 美元)

 已註冊的 Windows Phone 開發者
 已註冊的 Windows Store 開發者
 新的開發者、或是既有的開發者

 已使用相同的 Microsoft Account 同時在 Windows Store 和 Windows

Phone 註冊的開發人員
 學生
http://aka.ms/appbattle
http://dev.windows.com
20131114 [msdn] windows 8.1 api 新功能
20131114 [msdn] windows 8.1 api 新功能

More Related Content

PPTX
Building Your First App with Shawn Mcarthy
PPTX
Architecting Secure and Compliant Applications with MongoDB
PPTX
Cryptography In Silverlight
PPT
Cloud4all settings handlers
PPTX
MongoDB - External Authentication
PDF
MySQL Document Store -- SCaLE 17x Presentation
PPTX
“Technical Intro to Blockhain” by Yurijs Pimenovs from Paybis at CryptoCurren...
PPTX
Go Get Data (GGD)
Building Your First App with Shawn Mcarthy
Architecting Secure and Compliant Applications with MongoDB
Cryptography In Silverlight
Cloud4all settings handlers
MongoDB - External Authentication
MySQL Document Store -- SCaLE 17x Presentation
“Technical Intro to Blockhain” by Yurijs Pimenovs from Paybis at CryptoCurren...
Go Get Data (GGD)

Viewers also liked (9)

PDF
Azure for students registration
PPTX
20131031 中國醫藥大學醫務管理所 健康產業管理論壇演講邀請
PPTX
20140730 siena training
PDF
Windows 8.1 app 研習營三小時
PDF
201209 tech days .net 4.5 核心功能及綜覽
PPTX
20130923 tech days windows 8.1 what's new
PPTX
Windows 8 app 上傳步驟
DOCX
註冊Windows store 市集帳戶常見問題faq
PPTX
20150812 高中coding營 windows 10 app
Azure for students registration
20131031 中國醫藥大學醫務管理所 健康產業管理論壇演講邀請
20140730 siena training
Windows 8.1 app 研習營三小時
201209 tech days .net 4.5 核心功能及綜覽
20130923 tech days windows 8.1 what's new
Windows 8 app 上傳步驟
註冊Windows store 市集帳戶常見問題faq
20150812 高中coding營 windows 10 app
Ad

Similar to 20131114 [msdn] windows 8.1 api 新功能 (13)

PPTX
Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark
PDF
20130923 tech days windows 8.1 what's new
PPTX
20131122 台北遊戲開發者論壇
PPTX
20130923 tech days windows 8.1 what's new
PDF
20140513 solution partner summit release
PPTX
Windows Phone Concept - 7.1 & 8 Preview
PDF
20150723 windows 10 uwp 20150723 24 台北遊戲論壇
PPTX
Build mini - Windows 10 Dev & Cross platform Dev
PPTX
Windows store app development V1
PDF
Windows 8 product guide developer english
PDF
Windows 8 & Aardvark University Gaming Tour
PPTX
Introduction to Windows 8 Development
PPTX
Windows 8
Windows 8.1 app iii 研習營1小時- Project Siena, Unity3D & BizSpark
20130923 tech days windows 8.1 what's new
20131122 台北遊戲開發者論壇
20130923 tech days windows 8.1 what's new
20140513 solution partner summit release
Windows Phone Concept - 7.1 & 8 Preview
20150723 windows 10 uwp 20150723 24 台北遊戲論壇
Build mini - Windows 10 Dev & Cross platform Dev
Windows store app development V1
Windows 8 product guide developer english
Windows 8 & Aardvark University Gaming Tour
Introduction to Windows 8 Development
Windows 8
Ad

More from Meng-Ru (Raymond) Tsai (20)

PDF
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
PDF
Accelerating EDA workloads on Azure – Best Practice and benchmark on Intel EM...
PDF
Microsoft Generative AI and Medical case studies.
PDF
20211119 ntuh azure hpc workshop final
PDF
202002 DIGI+Talent數位網路學院線上課程: 五大領堿先修課
PDF
20190627 ai+blockchain
PDF
20171024 文化大學 1 azure big data ai
PDF
20171024 文化大學 2 big data ai
PPTX
20180126 microsoft ai on healthcare
PDF
20170330 彰基 azure healthcare
PPTX
4 module09 iot
PPTX
3 module06 monitoring
PPTX
2 module07 cognitive services and the bot framework
PPTX
1 module04 dev ops
PDF
20170123 外交學院 大數據趨勢與應用
PDF
20160525 跨界新識力沙龍論壇 機器學習與跨業應用展望
PDF
20170108 微軟大數據整合解決方案- cortana intelligence suite
PPTX
20160930 bot framework workshop
PPTX
20160930 bot framework workshop
PPTX
20160323 台大 微軟學生大使招生分享會
2024年11月14日的講座《AI 業界應用與未來趨勢》由微軟Azure HPC/AI工程部的主要計劃經理蔡孟儒主講,涵蓋了生成式AI的進展、如何客製化A...
Accelerating EDA workloads on Azure – Best Practice and benchmark on Intel EM...
Microsoft Generative AI and Medical case studies.
20211119 ntuh azure hpc workshop final
202002 DIGI+Talent數位網路學院線上課程: 五大領堿先修課
20190627 ai+blockchain
20171024 文化大學 1 azure big data ai
20171024 文化大學 2 big data ai
20180126 microsoft ai on healthcare
20170330 彰基 azure healthcare
4 module09 iot
3 module06 monitoring
2 module07 cognitive services and the bot framework
1 module04 dev ops
20170123 外交學院 大數據趨勢與應用
20160525 跨界新識力沙龍論壇 機器學習與跨業應用展望
20170108 微軟大數據整合解決方案- cortana intelligence suite
20160930 bot framework workshop
20160930 bot framework workshop
20160323 台大 微軟學生大使招生分享會

Recently uploaded (20)

PPTX
sap open course for s4hana steps from ECC to s4
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
Spectroscopy.pptx food analysis technology
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Electronic commerce courselecture one. Pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PDF
cuic standard and advanced reporting.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
DOCX
The AUB Centre for AI in Media Proposal.docx
sap open course for s4hana steps from ECC to s4
Building Integrated photovoltaic BIPV_UPV.pdf
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Spectroscopy.pptx food analysis technology
Understanding_Digital_Forensics_Presentation.pptx
Electronic commerce courselecture one. Pdf
Network Security Unit 5.pdf for BCA BBA.
Diabetes mellitus diagnosis method based random forest with bat algorithm
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
Per capita expenditure prediction using model stacking based on satellite ima...
Spectral efficient network and resource selection model in 5G networks
Dropbox Q2 2025 Financial Results & Investor Presentation
“AI and Expert System Decision Support & Business Intelligence Systems”
cuic standard and advanced reporting.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
Chapter 3 Spatial Domain Image Processing.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
The AUB Centre for AI in Media Proposal.docx

20131114 [msdn] windows 8.1 api 新功能

Editor's Notes

  • #29: http://channel9.msdn.com/Blogs/Channel9Taiwan
  • #51: http://playhomess.wix.com/makeroundhttp://3dprintingindustry.com/2013/03/27/fabcafe-japan/
  • #68: Hi, my name is &lt;Name&gt;. I am excited to talk to you today about the great value Windows tablets are bringing to retail businesses and how you can start planning for them.We’ll start by looking at the business drivers affecting retail businesses around the world. I’ll then share some of the perspectives on how Windows tablets can support retail business success.Finally, we’ll discuss retail solutions from Microsoft and our technology partners.