UWP深入学习六:Build better apps: Windows 10 by 10 development series

Promotion in the Windows Store  In this article, I walk through how to Give your Store listing a makeover, Start measuring your success(using the Visual Studio Application Insights SDK in your app), and Start promoting your APP.

Live Tiles and Notifications In this article, I walk through how to Sending adaptive and interactive toast notifications, and Implementing adaptive Live Tiles.

Cortana Integration In this article, I walk through What exactly is Cortana? Have a conversation with Cortana.   How should my app interact with Cortana?

Responsive UI In this article, I walk through how to Make your app look great on any size screen or window

Inking & Speech  In this article, I walk through how to Use inking and speech to support natural input

Dynamically detect features  In this article, I walk through how to Detect features, not OS or devices, Detecting with API contracts

Cross-app communication In this article, I walk through how to deep-link apps, set up logic sharing between apps, and implement drag-and-drop concepts.

Adding polish to improve the look and feel of your app    Alignment , Simplify your user flow , Making your design responsive

If you’re looking for inspiration, there are many free color palettes to choose from online, such as https://color.adobe.com and COLOURlovers.com, a community where people create and share their own palettes. Other excellent sites for swatches and schemes are Coolors and Palleton.

Optimizing Your App for Performance

1.      Recompile your apps for Windows 10

2.      Use the Visual Studio profiler to measure and track performance

3.      List UI Virtualization

4.      Image rendering optimization

5.      Ensure your text is on the fast path

6.      Reduce the size of the Visual Tree

7.      Data binding optimization

Building Secure Apps  In this article, I walk through From passwords to Microsoft Passport , Connecting securely to your web services , Securing data on the device

这里还有一个增量添加的:ISupportIncrementalLoading interface https://msdn.microsoft.com/library/windows/apps/Hh701916?f=255&MSPPError=-2147217396

sample :https://code.msdn.microsoft.com/windowsapps/Data-Binding-7b1d67b5

上一篇:前端JS 异常处理实践


下一篇:web前端学习(四)JavaScript学习笔记部分(3)-- JavaScript函数+异常处理+事件处理