Questions tagged [uwp]

This tag is used for posts relating to Universal Windows Platform (UWP) apps.

5 questions
18
votes
3 answers

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 Windows 10", and not "universal to devices that run not…
2
votes
2 answers

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 the only ways to access files outside a UWP app's…
2
votes
1 answer

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 bool IsValued { get; set; } private…
AVK
  • 73
  • 6
1
vote
1 answer

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 e-mail list and e-mail content in one page, while…
Corcus
  • 127
  • 4
0
votes
1 answer

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 should I design my Azure database to get data…
AbsoluteSith
  • 103
  • 3