2016/11/21

簡單操作 Surface Dial

Surface Dial 是 2016 微軟推出的新設備,可以讓 App 跟它整合帶入更多除了 mouse, touch, pen 以外的操作體驗,目前有支援的 App 可以參考 Microsoft Surface Studio | App Partners 。
如果想要在自己的 App 也加入呢?該篇將介紹怎麽整合。

2016/7/13

UWP - 操作 SD Card

過去開發衹能注冊處理檔案類型的方式,讀取 SD card 中的內容, 無法寫入任何資料。UWP 開放功能,可以利用 FilePicker 或是 FolderPicker 選到自己需要的檔案,感覺就非常有彈性。本篇將介紹如何使用。

2016/6/29

UWP - Casting Technologies - 1

Windows 10 支援 casting 技術讓 App 可以映射 video, audio, screen 到其他支援的屏幕上面,目前提供讓用戶可以快速轉換他們的 small screen 到 big screen 的 casting 技術有幾個協定:DLNA, DIAL, Miracast, Bluetooth, ... 等。該篇將好好介紹怎麽使用。

2016/6/9

UWP - 新 BackgroundMediaPlayback 架構

Windows 10 version 14332 開始針對 Background Media Player 的架構再一次被調整了,過去需要分開撰寫 Foreground/Background 兩個部分的 process,現在提供了合并為一個 process 的選擇。快來學習怎麽使用吧。

2016/6/3

UWP - Project Oxford 的 Emotion API

Project Oxford 開放了很多新奇有趣的新服務,例如:Face API,Emotion API,LUIS 語音服務...等,該篇先介紹 Emotion API 的服務。

2016/5/29

UWP - 爲 ListView/GridView 加上 pull refresh 與 load more

App 開發對於 list 内容呈現都需要加上 load more 或是 pull refresh 的功能,爲了讓大量資料不用一次都下載下來,而是看到接近最後的時候再載入下一個區間的内容,另外可以在頂端的時候下拉繼續重新整理。

參考<ListView and GridView data virtualization>這一篇的説明來瞭解怎麽製作一個支援 load more 與 pull refresh 的功 ListView/GridView。

2016/5/23

UWP - 操作 Title Bar

UWP 支援控制 Tile Bar 讓 App 有更多設計與操作的地方,該篇整理了一些開發上的筆記分享給大家。

2016/4/22

UWP - A redirect request will change a secure to a non-secure connection

該篇主要説明使用 Windows.Web.Http.HttpClient 遇到裏面的 Header 需要 Redirect 出現 A redirect request will change a secure to a non-secure connection 的解決方式。

2016/3/4

UWP - 搭配 Azure AD Application 取得 App 分析資料

Dev Center 提供了 REST 的方式讓開發人員不需要登入 Dev Center 就可以拿到 App 的相關分析資料,例如:in-app purchase acquisitions, ratings and reviews, as well as app health,進一步使用習慣的分析工具進行分析。因此,該篇針對 <Windows Store analytics API now available> 筆記如何使用。

2016/1/22

UWP - Manage user in the Windows Dev Center

在 Android(developer console) / iOS (developer center) 均有支援 Manage users 的功能。
你知道 Windows Dev Center 加入了 Manage user 的功能了嗎?

該篇文章將説明如何設定 Windows Dev Center 裏面的 Manage user。

2016/1/6

UWP - Quickly deploy UWP apps

過去開發 universal app 的時候,要部署開發好的 App 給不同的開發人員,可以使用在 WP8.1 的工具,在 WinRT 8.1 需要用 powershell

到了 UWP 的時代還需要這樣處理嗎?該篇文章將介紹幾個方便的使用方式。