Universal Windows Platform
Universal Windows Platform (UWP) is an API that allows developers to create cross-platform applications that are able to run on Windows 10, Windows 10 Mobile, Xbox One and HoloLens.
Here are 1,631 public repositories matching this topic...
-
Updated
Jul 9, 2021 - C#
-
Updated
Jul 9, 2021 - C#
-
Updated
Jul 8, 2021 - C#
Current behavior
When I removed the status bar by adding those 4 lines in the style.xml
<item name="android:windowTranslucentStatus">false</item>
<item name="android:windowTranslucentNavigation">true</item>
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
<item name="android:statusBarColor">@android:color/transparent</item>Applying `VisibleBoundsPadding
-
Updated
Jul 6, 2021 - C#
Describe the bug
Looks like NetworkConnectionStateTrigger is using a private copy of WeakEventListener, it's identical to the one we already have in the Toolkit, so we should update the source to use the [existing code within the Toolkit](https://github.c
These localized folders are not getting updates anymore (deprecated by touchdown localization)
bn-BD
ha-Latn-NG
sw-KE
uz-Latn-UZ
we can remove those folders from the build to avoid confusion since those files don't get updates.
-
Updated
May 31, 2021 - C
-
Updated
Jun 24, 2021 - C#
-
Updated
Jun 29, 2021 - C#
-
Updated
Jul 1, 2021 - C#
-
Updated
Jun 10, 2021 - C++
-
Updated
Jul 9, 2021 - C#
-
Updated
Jul 6, 2021 - C#
-
Updated
Jun 25, 2021 - C#
-
Updated
Jul 9, 2021 - C#
-
Updated
Jun 24, 2021 - C#
-
Updated
Jun 23, 2021 - C#
-
Updated
May 4, 2021
-
Updated
Jun 28, 2021 - TypeScript
-
Updated
Jun 16, 2021 - C#
I already do it in my app, but I thought of sharing it here as I think that most apps (and CN1 as a platform) would benefit from this
- Implement anti-aliasing in JavaSE images and image operations
I currently use https://github.com/mortennobel/java-image-scaling which works great. Images in JavaSE look pretty bad (especially when scaled/rotated), this is kind of a must have
Scaling with
Created by Microsoft
- Wikipedia
- Wikipedia
facebook/react-native@1d92454 Adds 2 new events to
<Text>-onPressin/onPressOut. We could add them too.