Questions tagged [uwp]
This tag is used for posts relating to Universal Windows Platform (UWP) apps.
5 questions
2
votes
2
answers
2k
views
Can a UWP App access data outside its own app data, publisher data, or what the user picks with the FilePicker?
Can a UWP App access data outside its own app data, publisher data, or what the user picks with the FilePicker?
As far as I can tell, a shared publisher area and a user prompt with the FilePicker are ...
2
votes
1
answer
2k
views
Get/Set Property in a Class vs IValueConverter
So i've been going through some of my old code from the time i was learning the basics of wpf and i found something intresting.
I had a class in the format below
public class TempClass
{
public ...
1
vote
1
answer
855
views
MVVM viewmodel to view correlation in adaptive UI
I am making an mvvm application for the uwp platform and I am looking for advice on the following matter.
Take for example the windows 10 e-mail application, which when full screen displays both the ...
0
votes
1
answer
3k
views
How to design a database schema for a multi-user To-Do application in Azure?
I want to create a windows 10 universal to-do app with offline sync capability. So I checked out this tutorial which helped me to get started on the offline functionality. But I was wondering how ...
18
votes
3
answers
8k
views
How can I target both Windows 10 UWP and Windows Phone 8.1 in the same app?
Background
From a developer's viewpoint, the main selling point of Windows 10 is its new Universal* Windows Platform (UWP).
* Where "Universal" really means "universal to all devices that run ...