Top "Win-universal-app" questions

Windows Universal apps target multiple types of devices via a single codebase.

Is it possible to send Toast notification from console application?

Is it possible to send Toast notifications from console application using ToastNotificationManager ? I know that it is possible to send …

c# windows notifications win-universal-app console-application
How do you show the loading animation for windows phone 8.1 universal store apps?

When performing an async function to either get local data, access a file, or call an API, how do you …

c# windows-8.1 windows-phone-8.1 win-universal-app
WinRT/UWP Frame and Page caching: How to create new page instance on Navigate() and keep the page instance on GoBack()

I'm trying to create an UWP (Universal Windows App) application with C#. My problem is the Frame control: If I …

.net xaml windows-8 windows-runtime win-universal-app
How do you read the serial port with windows 10 core

using python on the Raspberry PI I use similar code to what is shown below to read data from the …

c# raspberry-pi core win-universal-app windows-10
UWP limitations in desktop apps

I know that the new UWP app model has some limitations when comparing to "traditional" Win32 apps. Let's take Visual …

win-universal-app windows-10
Create Round Button with Border IN UWP Windows 10 C#

I am trying to create a round button, with a White Border and a Transparent Background (as the old AppBarButtons …

c# xaml button win-universal-app
Photo capture on Windows Store App for Windows Phone

Well, my question is simple: How do I capture pictures with a Windows Store App for Windows Phone 8.1, using the …

c# windows xaml windows-phone-8.1 win-universal-app
Read text file in project folder in Windows Phone 8.1 Runtime

I want read one file .txt in root folder of my project into my database at first time application launch, …

c# windows-runtime windows-phone windows-phone-8.1 win-universal-app
How to check internet connectivity type in Universal Windows Platform

I would like to check internet connectivity type in Windows Universal Application. Not Connected Connected via WLAN(WiFi) Connected via …

c# win-universal-app windows-10-universal