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...
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...
anniversary update
api integration
app services
application lifecycle
background activity
background playback
background tasks
background triggers
code simplification
developer options
event handling
extended execution
foreground app
memory management
programming guide
single process model
system communication
user feedback
uwp
windows 10
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...
access control
activity detection
api
app permissions
build 2016
contextual sensing
data collection
developers
lumia
motion data
pedometer
privacy
sample apps
sdk
sensor apis
sensors
settings
user data
uwp
windows 10
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...
api
audiograph
cloud services
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
voice recognition
xamarin
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...
arm devices
back catalog
cross-platform
directx
episodic game
game development
game engine
gaming
minecraft
narrative engine
pc gaming
porting
story mode
surface pro
telltale games
user input
uwp
windows 10
windows store
xbox live
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...
app development
app sharing
application data
cross-user sharing
data access
data backup
data storage
file i/o
file management
group policy
local data
publisher cache
registry edit
sandboxing
shared local
storagefolder
user data
uwp
windows 10
windows 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...
app development
app lifecycle
automatic handling
background
debugging
displayrequest
error handling
foreground
idle detection
music player
navigation app
power conservation
request counting
requestactive
requestrelease
resource management
screen lock
uwp
video player
windows 10
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...
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...
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...
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...
amd
cumulative update
directx
enhancements
features
forza motorsport
frame rate
freesync
g-sync
game developers
gamers
gaming
gears of war
microsoft
nvidia
performance
support
update
uwp
windows 10
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...
app data
applicationdata
azure
best practices
cloud storage
credential locker
data backup
data lifetime
data storage
files
local cache
local data
local folder
onedrive
roaming data
settings
storagefolder
temporary data
user preferences
uwp
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...
apis
code samples
community contributions
controls
data providers
development
documentation
github
integration
libraries
nuget
open source
programming
responsive design
samples app
user interface
uwp
windows 10
windows app studio
windows store
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...
api
c++
cloud storage
csv
data access
data collection
data model
data storage
database
developer tools
entity framework
mobile apps
orm
sdk
sensor data
setup experience
sqlite
uwp
windows 10
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...
api implementation
application data
cloud storage
data conflicts
data sync
data types
data versioning
json serialization
microsoft account
mobile applications
roaming app data
roamingfolder
roamingsettings
settings management
storagequota
to-do app
user experience
user preferences
uwp
windows apps
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...
bsp
commercialization
connected devices
customization
development
enterprise
features
insider preview
internet of things
iot core
performance
raspberry pi
raspberry pi 3
security
serialdevice
uart
update
uwp
wi-fi
windows 10
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...
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...
app building
bug fix
coding
cross-platform
data persistence
development
framework
ios
mac os
objective-c
portable apps
programming
sdk
source code
to-do list
uwp
virtual machine
visual studio
windows bridge
xcode
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...
app manifest
application state
audio experience
audio services
background audio
background playback
coding
debugging
event handling
foreground app
ibackgroundtask
media controls
mediaplayback
play control
playlists
system media
task management
user interface
uwp
windows
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...