Last active
May 24, 2018 19:33
-
-
Save MarcAlx/3eca8328d7554fdd42ab2682087d64a3 to your computer and use it in GitHub Desktop.
Usefull UWP/.NET links
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Some usefull Resources/docs | |
#### Acrylic | |
https://docs.microsoft.com/fr-fr/windows/uwp/style/acrylic | |
#### Listview and gridview | |
https://msdn.microsoft.com/fr-fr/windows/uwp/controls-and-patterns/listview-and-gridview | |
#### I18n UWP | |
https://msdn.microsoft.com/en-us/windows/uwp/globalizing/put-ui-strings-into-resources | |
#### Singleton | |
https://msdn.microsoft.com/en-us/library/ff650316.aspx | |
#### UI Font | |
https://msdn.microsoft.com/fr-fr/windows/uwp/style/segoe-ui-symbol-font | |
#### Resource | |
https://msdn.microsoft.com/en-us/windows/uwp/globalizing/put-ui-strings-into-resources | |
#### Predefined design | |
https://msdn.microsoft.com/fr-fr/windows/uwp/controls-and-patterns/xaml-theme-resources | |
#### Download file | |
https://code.msdn.microsoft.com/windowsapps/Background-File-Downloader-a9946bc9 | |
#### Localstorage | |
https://blogs.windows.com/buildingapps/2016/05/10/getting-started-storing-app-data-locally/#8HsMVMe4KjgZDpeD.97 | |
#### Background task | |
https://msdn.microsoft.com/fr-fr/windows/uwp/launch-resume/run-a-background-task-on-a-timer- | |
#### Visual studio extension to generate assets | |
https://marketplace.visualstudio.com/items?itemName=PeterR.UWPVisualAssetsGenerator | |
#### Colors | |
https://docs.microsoft.com/fr-fr/windows/uwp/controls-and-patterns/xaml-theme-resources | |
https://docs.microsoft.com/fr-fr/windows/uwp/style/color | |
https://msdn.microsoft.com/en-us/library/windows/desktop/bb189018.aspx?f=255&MSPPError=-2147217396 | |
#### Spinning annimation | |
https://docs.microsoft.com/en-us/uwp/api/windows.ui.xaml.media.rotatetransform | |
#### UWP Toolkit | |
http://docs.uwpcommunitytoolkit.com/en/master/ | |
#### Tile and badge | |
https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/06/30/adaptive-tile-templates-schema-and-documentation/ | |
https://docs.microsoft.com/fr-fr/windows/uwp/controls-and-patterns/tiles-and-notifications-create-adaptive-tiles | |
https://blogs.msdn.microsoft.com/tiles_and_toasts/2015/10/05/quickstart-sending-a-local-tile-notification-in-windows-10/ | |
https://docs.microsoft.com/en-us/windows/uwp/controls-and-patterns/tiles-and-notifications-badges | |
##### Gridview grouped | |
http://blogs.u2u.be/diederik/post/2012/03/01/Using-Grouped-GridView-Navigation-in-Windows-8-Metro.aspx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment