從新想象 Windows 8.1 Store Apps 系列文章索引

[源碼下載]

[從新想象 Windows 8 Store Apps 系列文章] 

html

從新想象 Windows 8.1 Store Apps 系列文章索引



做者:webabcd


一、從新想象 Windows 8.1 Store Apps (72) - 新增控件: AppBar, CommandBar 
介紹
從新想象 Windows 8.1 Store Apps 之新增控件html5

  • AppBar - 應用程序欄控件(新增了 AppBarButton, AppBarToggleButton, AppBarSeparator)
  • CommandBar - 應用程序欄控件(AppBar 簡化版)



二、從新想象 Windows 8.1 Store Apps (73) - 新增控件: DatePicker, TimePicker 
介紹
從新想象 Windows 8.1 Store Apps 之新增控件ios

  • DatePicker - 日期選擇控件
  • TimePicker - 時間選擇控件



三、從新想象 Windows 8.1 Store Apps (74) - 新增控件: Flyout, MenuFlyout, SettingsFlyout 
介紹
從新想象 Windows 8.1 Store Apps 之新增控件web

  • Flyout - Flyout 控件
  • MenuFlyout - 菜單 Flyout 控件
  • SettingsFlyout - 設置面板 Flyout 控件



四、從新想象 Windows 8.1 Store Apps (75) - 新增控件: Hub, Hyperlink 
介紹
從新想象 Windows 8.1 Store Apps 之新增控件windows

  • Hub - 中心控件(由一個 header 和多個 section 組成)
  • Hyperlink - 超連接控件(在 RichEditBox, RichTextBlock, RichTextBlockOverflow 內使用)



五、從新想象 Windows 8.1 Store Apps (76) - 新增控件: SearchBox 
介紹
從新想象 Windows 8.1 Store Apps 之新增控件緩存

  • SearchBox - 搜索框(數據源在本地,從輸入法編輯器中獲取相關信息)
  • SearchBox - 搜索框(數據源在服務端,爲搜索建議增長圖標、描述等)
  • SearchBox - 搜索框(數據源在本地文件的 metadata)



六、從新想象 Windows 8.1 Store Apps (77) - 控件加強: 文本類控件的加強, 部分控件增長了 Header 屬性和 HeaderTemplate 屬性, 部分控件增長了 PlaceholderText 屬性 
介紹
從新想象 Windows 8.1 Store Apps 之控件加強cookie

  • 文本類控件的加強
  • 爲一些控件增長了 Header 屬性和 HeaderTemplate 屬性
  • 爲一些控件增長了 PlaceholderText 屬性



七、從新想象 Windows 8.1 Store Apps (78) - 控件加強: ScrollViewer, FlipView, Popup 
介紹
從新想象 Windows 8.1 Store Apps 之控件加強網絡

  • ScrollViewer - 滾動視圖控件的加強
  • FlipView - 滑動視圖控件的加強
  • Popup - 彈出框控件的加強



八、從新想象 Windows 8.1 Store Apps (79) - 控件加強: MediaElement, Frame 
介紹
從新想象 Windows 8.1 Store Apps 之控件加強app

  • MediaElement - 播放視頻或音頻的控件
  • Frame - 框架控件,用於導航內容



九、從新想象 Windows 8.1 Store Apps (80) - 控件加強: WebView 之基本應用, POST 數據, 與 JavaScript 交互 
介紹
從新想象 Windows 8.1 Store Apps 之控件加強框架

  • WebView 的基本應用
  • WebView 經過 POST 請求和 HTTP 頭加載 url
  • WebView 與 JavaScript 交互



十、從新想象 Windows 8.1 Store Apps (81) - 控件加強: WebView 之加載本地 html, 智能替換 html 中的 url 引用, 經過 Share Contract 分享 WebView 中的內容, 爲 WebView 截圖 
介紹
從新想象 Windows 8.1 Store Apps 之控件加強

  • WebView 加載本地 html,智能替換 html 中的 url 引用
  • WebView 經過 Share Contract 分享
  • WebView 截圖



十一、從新想象 Windows 8.1 Store Apps (82) - 綁定: DataContextChanged, TargetNullValue, FallbackValue, UpdateSourceTrigger 
介紹
從新想象 Windows 8.1 Store Apps 之綁定

  • DataContextChanged - FrameworkElement 的 DataContext 發生變化時觸發的事件
  • TargetNullValue - 當綁定數據爲 null 時所須要顯示的值
  • FallbackValue - 當綁定失敗(沒法返回值)的時候所須要顯示的值
  • UpdateSourceTrigger - UI 上數據更新的觸發方式



十二、從新想象 Windows 8.1 Store Apps (83) - 文件系統的新特性 
介紹
從新想象 Windows 8.1 Store Apps 之文件系統的新特性

  • 簡要說明 win8.1 中關於文件系統的加強
  • 「庫」管理
  • 管理以及使用索引



1三、從新想象 Windows 8.1 Store Apps (84) - 圖像處理的新特性, Share Contract 的新特性 
介紹
從新想象 Windows 8.1 Store Apps 之圖像處理的新特性, Share Contract 的新特性

  • 圖像處理的新特性 - 經過 RenderTargetBitmap 對 xaml 截圖,以及保存圖片
  • Share Contract 的新特性 - 增長 WebLink, ApplicationLink, 去掉了 Uri, 「共享目標」能夠本身 dismiss



1四、從新想象 Windows 8.1 Store Apps (85) - 警報通知(鬧鐘), Tile 的新特性 
介紹
從新想象 Windows 8.1 Store Apps 之通知的新特性

  • 警報通知(鬧鐘)
  • Tile 的新特性



1五、從新想象 Windows 8.1 Store Apps (86) - 系統 UI 的新特性: Theme, 窗口寬度大小可變, ApplicationView, DisplayInformation 
介紹
從新想象 Windows 8.1 Store Apps 之系統 UI 的新特性

  • Theme - 主題(共有兩種主題:Light 和 Dark,默認是 Dark)
  • 窗口寬度可調
  • ApplicationView
  • DisplayInformation



1六、從新想象 Windows 8.1 Store Apps (87) - TTS: Speak Text, Speak SSML 
介紹
從新想象 Windows 8.1 Store Apps 之 TTS(Text To Speech)

  • Speak Text
  • Speak SSML



1七、從新想象 Windows 8.1 Store Apps (88) - 通訊的新特性: 新的 HttpClient 
介紹
從新想象 Windows 8.1 Store Apps 之通訊的新特性

  • 新的 HttpClient
  • http get string
  • http get stream
  • http post string
  • http post stream



1八、從新想象 Windows 8.1 Store Apps (89) - 通訊的新特性: 下載數據, 上傳數據, 上傳文件 
介紹
從新想象 Windows 8.1 Store Apps 之通訊的新特性

  • 下載數據(顯示下載進度,將下載數據保存到本地)
  • 上傳數據(顯示上傳進度)
  • 上傳文件



1九、從新想象 Windows 8.1 Store Apps (90) - 通訊的新特性: 經過 HttpBaseProtocolFilter 實現 http 請求的緩存控制,以及 cookie 讀寫; 自定義 HttpFilter; 其餘 
介紹
從新想象 Windows 8.1 Store Apps 之通訊的新特性

  • 經過 HttpBaseProtocolFilter 控制緩存邏輯,以及如何經過 HttpBaseProtocolFilter 管理 cookie
  • 自定義 HttpFilter
  • 其餘



20、從新想象 Windows 8.1 Store Apps (91) - 後臺任務的新特性: 下載和上傳的新特性, 程序啓動前預下載網絡資源, 後臺任務的其它新特性 
介紹
從新想象 Windows 8.1 Store Apps 以後臺任務的新特性

  • 下載和上傳的新特性
  • 程序啓動前預下載網絡資源
  • 後臺任務的其它新特性



2一、從新想象 Windows 8.1 Store Apps (92) - 其餘新特性: CoreDispatcher, 日曆, 自定義鎖屏系列圖片 
介紹
從新想象 Windows 8.1 Store Apps 之其餘新特性

  • CoreDispatcher 的新特性
  • 「日曆」的相關操做
  • 自定義鎖屏時須要顯示的系列圖片



2二、從新想象 Windows 8.1 Store Apps (93) - 控件加強: GridView, ListView 
介紹
從新想象 Windows 8.1 Store Apps 之控件加強

  • GridView 和 ListView 每屏顯示的數據量多滾動也流暢
  • GridViewItemPresenter 和 ListViewItemPresenter 更方便更快速地顯示各類狀態
  • 自定義 GridViewItemPresenter 和 ListViewItemPresenter



OK
[源碼下載]

相關文章
相關標籤/搜索