Top Banner
Windows 8.1 新新新新新 : XAML 新 WinRT 請請請請請 請請請 請請請請請請 請請請請 WCA203 tp://www.slideshare.net/mengruts
62
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
  • 1. http://www.slideshare.net/mengruts

2. APIAccessibilityData bindingLive tiles and toastInputControlsHTML5/CSSXAMLPortableGeolocationDirect3DDirect2DDirect WriteLocal storageSMSSkydriveSensorsProximityPlaybackCapturePlayToStreamsBackgroun d transferBingCanvasSVGSyndicationNetworkin gAzure MobileXML and JSONContractsXbox LivePrintingApplication servicesThreading/time rsMemory managementGlobalizationCryptographyAuthentication 3. APIAccessibilityData bindingLive tiles and toastInput8.1ControlsHTML5/CSSXAMLPortableGeolocationDirect3DDirect2DDirect WriteLocal storageSMSSkydriveSensorsProximityPlaybackCapturePlayToStreamsBackgroun d transferBingCanvasSVGSyndicationNetworkin gAzure MobileXML and JSONContractsXbox LivePrintingApplication servicesThreading/time rsMemory managementGlobalizationCryptographyAuthentication 4. APIAccessibilityData bindingLive tiles and toastInput8.1Controls8.1HTML5/CSSXAMLSpeech synthesisPortableGeolocationPoint of serviceDirect3DDirect2DDirect WriteLocal storageSMSHTTPSkydriveSensorsProximityUSBPlaybackCapturePlayToStreamsBackgroun d transferContactsBingHIDWiFi directBluetoothCanvasSVGWebGLSyndicationNetworkin gAppointmentsAzure MobilePrinting3D printingScanningXML and JSONContractsPDFXbox LiveApplication servicesThreading/time rsMemory managementGlobalizationCryptographyAuthenticationDiagnostics 5. 8.1 6. DatePicker and TimePicker 7. Date and Time Pickers 8. CalendarIdentifierOrientation 9. 8.1ComboBox Slider DatePicker TimePicker TextBox PasswordBox RichEditBox 10. Hyperlink is back!8.1Please visit ourdev centerafter the conference! 11. 8.1 Flyout UI () 12. Flyout 13. Flyout 14. MenuFlyout 15. CommandBar App Bar8.1 Primary CommandsSecondaryCommands : AppBarButton AppBarToggleButton CommandBar (AppBarSeparator )AppBar 16. 8.1SettingsPane.CommandsRequestedSettingsCommand ApplicationCommands 17. 8.1AreTransportControlsEnabled="True" IsFullWindow="True" 18. 8.1 19. Hub Template () 20. 8.1http://blogs.windows.com/windows/b/appbuilder/archive/2013/07/17/what-s-new-in-webview-in-windows-8-1.aspx 21. TOP 3! 22. TOP 3! 23. 8.1 RenderTargetBitmap (Windows.UI.Xaml.Media.Imaging) UIElement RenderTargetBitmap render = new RenderTargetBitmap();await render.RenderAsync(grid1); var pixelBuffer = await render.GetPixelsAsync(); 24. RenderTargetBitmap (: ) // 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 { ".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(); 25. TOP 3! 26. PDF (content) 27. Windows 8.1 New API! 3D 28. Windows 8Windows 8.1OOXO 29. CodeWindows 8.1 apps ! 5-30% faster Startup time of an app with a ListView2x faster List panning10-20% lower Memory usage in XAML15-35% faster Editing in a WinJS ListView 30. Windows 8Windows 8.1 31. Visual Studio 2012Visual Studio 2013 ! 32. APIAccessibilityData bindingLive tiles and toastInput8.1Controls8.1HTML5/CSSXAMLSpeech synthesisPortableGeolocationPoint of serviceDirect3DDirect2DDirect WriteLocal storageSMSHTTPSkydriveSensorsProximityUSBPlaybackCapturePlayToStreamsBackgroun d transferContactsBingHIDWiFi directBluetoothCanvasSVGWebGLSyndicationNetworkin gAppointmentsAzure MobilePrinting3D printingScanningXML and JSONContractsPDFXbox LiveApplication servicesThreading/time rsMemory managementGlobalizationCryptographyAuthenticationDiagnostics 33. http://aka.ms/appbattle 34. http://dev.windows.com 35. BUIDL 2013 :http://buildwindows.com : BIGeek x :http://www.dotblogs.com.tw/hungys/Default.aspx .Net : : Meng-Ru Tsai's Blog: 36. http://aka.ms/startmsdn Windows Store & Phone Windows Azure Team Foundation Service 37.