# UWPSamples **Repository Path**: manupstairs/UWPSamples ## Basic Information - **Project Name**: UWPSamples - **Description**: Some UWP APP samples for my blog - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-09 - **Last Updated**: 2021-12-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 该Repository包含了我博客里,UWP分类中的Sample Project。 * 2020年的UWP(5)——UWP和Desktop Extension的双向交互 * https://www.cnblogs.com/manupstairs/p/14178931.html * DataExchangeUWP/TwoWayExchange * 2020年的UWP(4)——UWP和等待Request的Desktop Extension * https://www.cnblogs.com/manupstairs/p/14065673.html * DataExchangeUWP/ExitAfterHandleRequest * 2020年的UWP(3)——UWP和desktop extension的简单交互 * https://www.cnblogs.com/manupstairs/p/13956235.html * DataExchangeUWP/ExitAfterCalls * 2020年的UWP(2)——In Process App Service * https://www.cnblogs.com/manupstairs/p/13853418.html * AppServiceCommunication * BackgroundNetProcess * FrontUWPApp * 2020年的UWP(1)——通过Radio类控制Cellular * https://www.cnblogs.com/manupstairs/p/13621673.html * UWP开发入门(25)——通过Radio控制Bluetooth, WiFi * https://www.cnblogs.com/manupstairs/p/13022067.html * RadioDevice * UWP开发入门(24)—— Win10风格的打印对话框 * https://www.cnblogs.com/manupstairs/p/11688656.html * PrintingSample * UWP开发入门(23)——WebView * https://www.cnblogs.com/manupstairs/p/5951087.html * UseWebView * UWP开发入门(22)——Storyboard和Animation * https://www.cnblogs.com/manupstairs/p/5922200.html * StoryboardSample * UWP开发入门(21)——保持UI线程处于响应状态 * https://www.cnblogs.com/manupstairs/p/5831604.html * KeepUIResponsive * UWP开发入门(20)——键盘弹起时变更界面布局 * https://www.cnblogs.com/manupstairs/p/5738387.html * UpdateLayoutWhenKeyboardPopup * UWP开发入门(18)——使用ContentControl减少页面元素数量 * https://www.cnblogs.com/manupstairs/p/5672083.html * ContentControlWithTemplateSelector * UWP开发入门(17)——判断设备类型及响应VirtualKey * https://www.cnblogs.com/manupstairs/p/5656845.html * DeviceFamilyAndVirtualKey * UWP开发入门(16)——常见的内存泄漏的原因 * https://www.cnblogs.com/manupstairs/p/5617940.html * EventMemoryLeak * CheckMemoryLeak * UWP开发入门(15)——在FlipView中通过手势操作图片 * https://www.cnblogs.com/manupstairs/p/5557597.html * PhotosBrowser * UWP开发入门(14)—— UserControl中Adaptive UI的小技巧 * https://www.cnblogs.com/manupstairs/p/5528739.html * AdaptiveUserControl * UWP开发入门(13)——用Diagnostic Tool检查内存泄漏 * https://www.cnblogs.com/manupstairs/p/5493399.html * EventMemoryLeak * UWP开发入门(12)——神器Live Visual Tree * https://www.cnblogs.com/manupstairs/p/5410474.html * LiveVisualTreeTest * UWP开发入门(11)——Attached Property的简单应用 * https://www.cnblogs.com/manupstairs/p/5380139.html * RichTextBlockExSample * UWP开发入门(10)——通过继承来扩展ListView * https://www.cnblogs.com/manupstairs/p/5321390.html * ListViewExSample * UWP开发入门(9)——简单界面的布局技巧及屏幕适应 * https://www.cnblogs.com/manupstairs/p/5267418.html * AdaptiveLayout * UWP开发入门(8)——聊天窗口和ItemTemplateSelector * https://www.cnblogs.com/manupstairs/p/5240282.html * ChatWindow