-
Using Device Portal to view debug logs for UWP
On Windows desktops, if something went wrong, your first instinct for years may have been to open up the Event Viewer and see if anything red or yellow shows up. Those alerts are saved ETW events, emitted by the system when errors occurred. On other Windows devices though, it’s been a bit harder...- News
- Thread
- api debugging deployment device portal diagnostics etw event viewer guid hololens iot logging logging levels loggingchannel microsoft network logging rest api uwp windows 10 windows apps xbox
- Replies: 0
- Forum: Live RSS Feeds
-
Debugging a background task on a time trigger
Link Removed The TimeTrigger class is extremely useful when your Universal Windows Platform (UWP) app has background tasks you want to run periodically. For instance, if you are writing a mail app, you will want to regularly poll for new messages in the background with a time trigger. If you...- News
- Thread
- app development app manifest background processes backgroundexecutionmanager debug mode debugging developer tips event handling freshnesstime lifecycle events notifications oneshot polls sample code task registration task scheduler time trigger uwp visual studio windows platform
- Replies: 0
- Forum: Live RSS Feeds
-
Background activity with the Single Process Model
Interested in running your application in the background? A new developer option available in the Windows 10 Anniversary Update just made background activity a whole lot easier. Your feedback was clear on the multiple process model: while doing background work in a separate process was more...- News
- Thread
- anniversary api integration app services background activity background audio background processes background triggers event handling extended execution feedback foreground app memory management programming guide simplification single process model software lifecycle system communication uwp windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
Future Strategy for Contextual Sensing
Written by Rinku Sreedhar, Program Manager for Windows Contextual Sensing. We hope you are as excited as we are about the new Contextual Sensing APIs in Windows 10. We introduced multiple new Sensor APIs that will let you enable contextual awareness in your apps. I have received several...- News
- Thread
- access control activity tracking api build 2016 contextual sensing data collection developers lumia motion data pedometer privacy sample apps sdk sensor apis sensors settings user data uwp windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
Using speech in your UWP apps: Look who’s talking
In our first and second posts in this series, we looked at some of the APIs available in the Universal Windows Platform (UWP) for using speech as an input and output mechanism within your application. We’re going to close off the series with this article by broadening our scope and looking at...- News
- Thread
- api audiograph cloud computing cognitive services cross-platform development enrollment microsoft programming rest api speaker identification speaker verification speech speech recognition text-to-speech user experience uwp voice input xamarin
- Replies: 0
- Forum: Live RSS Feeds
-
Bringing Minecraft: Story Mode to the Universal Windows Platform (UWP) and Windows Store
Link Removed Telltale Games has established itself as the master of the episodic adventure game with hits like The Walking Dead, The Wolf Among Us, Game of Thrones, Tales from the Borderlands and, most recently, Link Removed. These storytelling-centered games, in which player choices have...- News
- Thread
- arm devices catalog cross-platform directx episodic game game development game engine gaming input microsoft store minecraft narrative games porting story mode surface pro telltale games uwp windows 10 xbox live
- Replies: 0
- Forum: Live RSS Feeds
-
Sharing your local app data
In the first installment of this blog series we looked at the various options at your disposal to store your app’s local data. In this post we will be looking at how that local data can be shared, both between apps and users. When an app is installed, the system creates a per-user app data...- News
- Thread
- app development app sharing application data backup cross-user sharing data access file io file management group policy local data publisher cache registry sandbox shared local storage storagefolder user data uwp windows 10 windows apps
- Replies: 0
- Forum: Live RSS Feeds
-
How to prevent screen locks in your UWP apps
After a certain amount of idle time, Windows 10 devices may dim the display, activate the lock screen, or power down the display in order to conserve power. The amount of idle time required before this occurs depends on a device’s user settings. Unfortunately, this can turn out to be an...- News
- Thread
- app development app lifecycle automatic handling background debugging displayrequest error handling foreground idle detection lock screen music player power conservation request counting requestactive requestrelease resource management uwp video playback windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
Using speech in your UWP apps: From talking to conversing
In the previous article, we introduced the idea of recognizing speech inside of a Windows 10 Universal Windows Platform (UWP) app and took a look at the SpeechRecognizer class and some of what it can do to enable speech recognition in our apps. In this article, we’re going to dig further into...- News
- Thread
- app development coding cortana grammar mediaelement playback speed speech apis speech recognition speech synthesis ssml task completion uwp voice commands voice data voice gender windows 10 xaml
- Replies: 0
- Forum: Live RSS Feeds
-
Bringing your existing desktop apps to UWP
At Build 2016, we showed you how to use the Desktop App Converter to bring your existing desktop applications to the universal .appx packaging format as a first step to bringing your application to the Universal Windows Platform (UWP). Once on UWP, your apps are easier for users to manage and...- News
- Thread
- api app package background processes build 2016 converter deployment desktop apps desktop bridge development hololens insider preview iot migration security universal apps user experience uwp windows 10 xaml ui xbox one
- Replies: 0
- Forum: Live RSS Feeds
-
Using speech in your UWP apps: It’s good to talk
As developers, we adapt as technologies move from the realm of Science Fiction into readily available SDKs. That’s certainly, or perhaps especially, true for speech technologies. In the past 5 years, devices have become more personal and demanding of new forms of interaction. In Windows 10...- News
- Thread
- code snippet continuous recognition cortana development interactive apps microphone natural interaction sdk speech apis speech recognition speech synthesis text-to-speech user context user experience uwp voice technology windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 10 Microsoft unlocks frame rate for games and apps
Microsoft has released, with the latest cumulative update, upgrades to the Universal Windows Platform (UWP). This includes support for AMD's Freesync and Nvidia's G-Sync as well as unlocked frame rates: You can read the full page and download the update from here: Unlocked Frame Rate and More...- kemical
- Thread
- amd cumulative update directx enhancements features forza motorsport frame rate freesync g-sync game development gamers gaming gears of war microsoft nvidia performance support update uwp windows 10
- Replies: 1
- Forum: Windows Graphics and Gaming
-
Getting started storing app data locally
When thinking about your app data, one aspect to consider is data lifetime. In general, when it comes to the lifetime of data, you have two options: local data, which exists as long as the app that created it remains installed, and roaming data, that will continue existing online even after your...- News
- Thread
- appdata application data backup best practices cloud storage credential locker data lifetime files local cache local data local files microsoft azure onedrive roaming data settings storage storagefolder temporary data user preferences uwp
- Replies: 0
- Forum: Live RSS Feeds
-
Kickstart UWP app creation with Windows App Studio’s open source UWP libraries and Samples App
Link Removed is all about making it as easy as possible to build apps for Windows. The online tool helps you build apps with no coding required, so you can either start your project there and extend it in Visual Studio, or you can create and build the app completely in the tool. Today, we want...- News
- Thread
- api app studio community contributions control data providers development documentation github integration libraries microsoft store nuget open source programming responsive design sample apps sample code user interface uwp windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
Data Access in Universal Windows Platform (UWP) Apps
Link Removed SQLite version 3.11.2 is shipping with the Windows 10 Anniversary edition as part of the Universal Windows Platform (UWP) and is recommended for all UWP local data storage needs. This represents the first time an open source, third-party library, such as SQLite, has shipped as part...- News
- Thread
- api c++ cloud storage csv data access data collection data model database developer tools entity framework mobile apps orm sdk sensor data setup experience sqlite storage uwp windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
Getting Started with Roaming App Data
Users today are mobile, transitioning from one device to the next throughout the day. Increasingly, these same users expect (or even demand) to take their data with them. Fortunately for us, roaming app data makes this a reality. Today, we kick off a two-post series that explores how to use...- News
- Thread
- api application data cloud storage data conflicts data types data versioning json serialization microsoft account mobile apps roaming roaming data roaming folder settings management storage quota sync to-do app user experience user preferences uwp windows apps
- Replies: 0
- Forum: Live RSS Feeds
-
Windows 10 IoT Core support for Raspberry Pi 3
This morning, the Raspberry Pi Foundation announced Link Removed of their new board—the Raspberry Pi 3. We’re excited to have Windows 10 support the new board via a new Windows 10 IoT Core Insider Preview update available for download today. The new Raspberry Pi 3 board is available now in the...- News
- Thread
- bsp commercialization customization development device connectivity enterprise features insider preview internet of things iot core performance raspberry pi raspberry pi 3 security serialdevice uart update uwp wifi windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
UWP Tile Generator Extension for Visual Studio
Windows 10 comes on a variety of form factors, which means so do your Universal Windows Platform (UWP) apps. It’s important to make sure that your app looks great on whatever device the users are tapping, typing, or clicking on—even when it’s not open. One of the core experiences on Windows are...- News
- Thread
- app development app manifest crisp design developer tools extensions guidelines icons image handling png resolution svg tile generator tile sizes transparent background user experience uwp visual studio windows 10
- Replies: 0
- Forum: Live RSS Feeds
-
Building a Simple App with the Windows Bridge for iOS
Link Removed Welcome to the first in a series of hands-on blog posts for the Windows Bridge for iOS. The Windows Bridge for iOS is an open-source project that allows you to create Universal Windows Platform (UWP) apps that can run on Windows 10 devices using iOS APIs and Objective-C code...- News
- Thread
- app building bug fixes coding cross-platform data persistence development framework ios macos objective-c portable apps programming sdk source code to-do list uwp virtual machine visual studio windows bridge xcode
- Replies: 0
- Forum: Live RSS Feeds
-
The Basics of Background Audio
Background audio in a Universal Windows Platform (UWP) app is a powerful way to provide a more seamless audio experience to your users. This post will walk you through setting up background audio, reacting to device media controls, communicating with the background media player, and managing...- News
- Thread
- app manifest application state audio audio services background audio coding debugging event handling foreground app ibackgroundtask media controls play control playlist system media task management user interface uwp video playback windows
- Replies: 0
- Forum: Live RSS Feeds