app development

  1. News

    Offline Apps: what to do when your user disconnects

    You’ve just boarded your airplane flight, found a free spot in the overhead to store your carry-on and settle in for the journey by pulling out your Windows 10 device to check for status updates on your various social networks. Suddenly, you are aware of a polite flight attendant hovering over...
  2. News

    Choosing the path forward for existing desktop apps

    Continuing in our series on using the Desktop Bridge to bring your existing desktop apps to the Universal Windows Platform (UWP), let’s follow up last month’s post on the path from a desktop app to a UWP app with more information on choosing the path forward. First of all, we want to highlight...
  3. News

    FamilyNotes: (Spoken) words and pictures

    FamilyNotes is a Windows 10 Universal Windows Platform (UWP) app that implements a group noticeboard. The goal of this app was to showcase the various Windows 10 input and interaction features that enable a personal and individualized computing experience. This is the third of three blog posts...
  4. News

    High Dynamic Range (HDR) photography and videography with Universal Windows Platform (UWP)

    Link Removed High Dynamic Range Imaging (HDR) is a technique that uses multiple exposures of the same shot in order to reproduce a greater dynamic range of luminosity than is possible with standard digital imaging or photographic techniques. The Universal Windows Platform (UWP) empowers you to...
  5. News

    FamilyNotes: Using the camera to detect a user

    In our previous post in the FamilyNotes series, we introduced the FamilyNotes app, its features, and provided a brief history of the app’s development process. The FamilyNotes app is a sample app that is available on GitHub for you to look over and to use as a basis for your own apps, especially...
  6. News

    FamilyNotes: Introducing a Windows UWP sample using ink, speech, and face recognition

    If you watched the Build 2016 keynote talks, you may have noticed how Microsoft is focusing more and more on improving how we humans interact with computers, by means of ink, speech, and other “more personal computing” features. Modern software is changing focus to using natural interfaces as...
  7. 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...
  8. 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...
  9. 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...
  10. 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...
  11. News

    Meet six inspiring students using Windows 10 to innovate and create

    When was the last time that you were truly inspired? The kind of inspired that gets you out of bed quickly, excited to start your day and tackle your list of ideas you’ve been dreaming about? For me, it was hosting our recent Windows 10 Student Showcase Dream. Create. Do event that featured...
  12. 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...
  13. P

    Windows 7 Generic, general drivers for USB 2.0/3.0 and WiFi available?

    I am planning to compose an application which should later be put on a bootable DVD or bootable USB flash drive. In order to allow the application to access USB flash drives and WiFi network I need to add some generic USB 2.0/3.0 drivers as well as WiFi drivers. How do I do that? Are these...
  14. News

    PowerApps 101 | Azure Friday

    Karthik Bharathy joins Scott on Azure Friday to teach him about Power Apps! You'll see how quickly you can create an app and connect it to the cloud using PowerApps. This is PowerApps 101. Link Removed Continue reading...
  15. News

    Building Modern Web Apps with ASP.NET MVC 6 | ASP.NET Fall Sessions

    Daniel Roth overviews ASP.NET 5 and ASP.NET MVC 6. He explains the guiding principles behind ASP.NET MVC 6, and overviews application development, pointing out some important new features in both ASP.NET MVC and Web API. Link Removed Link Removed
  16. News

    Developers’ Guide to Windows 10 Version 1511 Update – new videos now available on Channel 9

    We’re happy to announce that the video recordings from last weeks’ Developers’ Guide to Windows 10 live event are now available on-demand on Channel 9. This half day event is an addendum to the existing Developers’ Guide to Windows 10 video series and covers new features for developers in the...
  17. News

    NPR One on the Universal Windows Platform

    Earlier this year, NPR released a Windows 8 version of Link Removed, and recently, a Universal Windows Platform (UWP) version. They were eager to share their challenges and developer experiences in bringing the app to UWP. Link Removed provides talk radio personalized for each listener. NPR’s...
  18. News

    How to publish your Unity game as a UWP app

    Unity is a fantastic utility for creating graphically-rich high-performance games and apps. Using the editor, you can quickly create 2D and 3D worlds, and define interactions, game logic and physics rules in easy-to-understand C# scripts. Apps created by Unity run on multiple platforms...
  19. S

    Windows Phone Adoption: App Gaps and Choosing the Right Model

    I'm an iPhone user. I've always loved the way WP looks though - the live tiles are the perfect solution to the problem of having a boring grid of icons (iPhone) and the absolute mess of non standard widgets (Android). But i'm still an iPhone user. I long for the day I can actually buy a...
  20. News

    November improvements in Dev Center: submission, promotion and developer agreement

    Starting this week you will see new capabilities in Dev Center. In this blog I’ll describe what’s new in more detail and share ideas how to make best use of them: App submission: new price tiers, and preview of a new age rating system that will start to be rolled out in December App promotion...
Back
Top