uwp

  1. News

    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...
  2. News

    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...
  3. News

    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...
  4. News

    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...
  5. News

    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...
  6. News

    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...
  7. News

    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...
  8. News

    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...
  9. News

    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...
  10. News

    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...
  11. kemical

    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...
  12. News

    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...
  13. News

    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...
  14. News

    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...
  15. News

    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...
  16. News

    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...
  17. News

    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...
  18. News

    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...
  19. News

    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...
  20. News

    Intense UWP Templates with the Intense Toolkit and some Logo help

    It's Winter Break for many of us and being the geeks we are, we're looking for something to develop... :) When kicking off a new project, many times it can really help starting from an existing Project Template. We've highlighted the cool UWP templates from FirstFloor before, Go beyond "Blank...
Back
Top