uwp

  1. News

    A New Monetization Opportunity: Application Extensions + Microsoft Affiliate Program

    Looking for more ways to monetize your app? App developers can boost their revenue through the Link Removed. As an affiliate you can earn revenue by promoting content in the Windows Store and Microsoft Store, such as apps, games, music and video. Developers who place links and/or banners on...
  2. News

    Real-Time Communications on the Universal Windows Platform with WebRTC and ORTC

    Readers of this blog interested in Real-Time Communications are probably familiar with Google’s WebRTC project. From the WebRTC site: “WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC...
  3. News

    Cognitive Services APIs: Speech

    Speech recognition is in many ways at the heart of Artificial Intelligence. The 18th Century essayist Samuel Johnson captured this beautifully when he wrote, “Language is the dress of thought.” If the ultimate goal of AI research is a machine that thinks like a human, a reasonable starting point...
  4. News

    Announcing Windows 10 Insider Preview Build 15031 for PC

    Hello Windows Insiders! Thank you very much to those of you who joined in on yesterday’s Beam webcast for our Bug Bash! It was a pleasure to hear from so many familiar names in real time. We loved talking with you all and definitely want to do so more often. We will vary the times so that we...
  5. News

    Windows Developer Day – Creators Update

    Back in October, Satya, Terry and Panos introduced the Windows 10 Creators Update. They showed some of the new features and announced some amazing new additions to our Surface family of devices. Since then, my team has been working to complete the platform work for the Creators Update to deliver...
  6. News

    Announcing Project Rome Android SDK

    Project Rome Overview Project Rome is a platform for creating experiences that transcend a single device and driving up user engagement – empowering a developer to create human-centric scenarios that move with the user and blur the lines between their devices regardless of form factor or...
  7. News

    Using SQLite databases in UWP apps

    For many developers, SQLite has become the preferred client-side technology for data storage. It is a server-less, embedded, open-source database engine that satisfies most local data access scenarios. There are numerous advantages that come with its use, many of which are explained in the...
  8. News

    VIDEO Surface Hub announces customer subscription, deployment options and application innovation

    Today, ISE 2017, the largest AV and integrated systems conference in the world, kicks off in Amsterdam. The Surface Hub team is pleased to share exciting news from our partners and customers on the eve of ISE. In December, we shared details on the momentum and adoption Surface Hub is seeing in...
  9. News

    Adding UWP features to your existing PC software

    With last summer’s release of the Windows 10 Anniversary Update and the announcement of the Windows Store supporting apps built with the Desktop Bridge technology, we want to share more details and sample code on how to further enhance and extend your PC software on Windows 10. In addition to...
  10. News

    Monetize your game app with Playtem ads

    Here’s something any would-be game developer who wants to find a good monetization strategy needs to know. The psychology of gaming is weird. I have a friend who hates to pay for games. Her favorite kind of games are the freemium ones that make their money off of in-app purchases. Basically, you...
  11. News

    ICYMI – Campaign APIs, desktop app magic and improved analytics

    Developers, developers, developers! We’ve got quite a few updates for you this week, ranging from the upcoming live event to improved analytics for your apps in the Windows Store. Read on to see our recap of the past week. Windows Developers Day – Creators Update Only a few days left to RSVP...
  12. News

    Calling Windows 10 APIs From a Desktop Application

    In today’s post, we’re covering how PC software can leverage the rich functionality of Windows 10. This is valuable background for the upcoming post “Adding UWP Features to Your Existing PC Software with the Desktop Bridge,” which will go into even more detail on the topic in the coming days...
  13. News

    New Year, New Dev: Developing your idea into a UWP app

    In the last post, we introduced you to a video series from Bob Tabor that teaches the fundamentals of C#. In this post, you’ll learn how to put those new (or re-sharpened) C# skills to use as we explore UWP (Universal Windows Platform) development in the Windows 10 Development for Absolute...
  14. News

    Announcing “UWPDesktop” NuGet Package Version 14393

    The UWPDesktop NuGet package is here to improve the developer experience with Visual Studio when walking along the Desktop Bridge. The Desktop Bridge allows you to call UWP APIs directly from your WinForms, WPF or VB application. You can use APIs such as Live tiles, notifications, App Services...
  15. News

    Windows Bridge for iOS: Customizing the Surface Dial Experience

    In part one of the Windows Bridge for iOS series, we created a simple to-do list app in Xcode and used the iOS bridge to bring it over to Windows 10. In part two of the series, we went on a tour of Visual Studio for iOS developers. In part three, we used the Windows Bridge for iOS to convert an...
  16. News

    UWP Experiences – App Samples

    The UWP App Experiences are beautiful, cross-device, feature-rich and functional app samples built to demonstrate realistic app scenarios on the UWP platform across PC, Tablet, Xbox and more. Besides being open source on GitHub, each sample is accompanied by at least one blog post and short...
  17. News

    Announcing Windows 10 Insider Preview Build 14977 for Mobile

    Hello Windows Insiders! Today we are excited to be releasing Windows 10 Insider Preview Build 14977 for Mobile to Windows Insiders in the Fast ring. We will not be releasing a PC build this week due to a blocking bug that could result in broken apps after updating to a new build. What’s new...
  18. News

    VIDEO Standard C++ and the Windows Runtime (C++/WinRT)

    The Windows Runtime (WinRT) is the technology that powers the Universal Windows Platform, letting developers write applications that are common to all Windows devices, from Xbox to PCs to HoloLens to phones. Most of UWP can also be used by developers targeting traditional desktop applications...
  19. News

    VIDEO Windows Ink 2: Digging Deeper with Ink and Pen

    In the last post, we explored a brief history of pen computing and introduced you to how easy it is to get started with Windows Ink in your Universal Windows Platform app. You saw that you can enable inking by adding a single line of code, an InkCanvas, to your app to enable inking. You also saw...
  20. News

    Windows Ink 1: Introduction to Ink and Pen

    Using a pen and computer has an interesting history that goes farther back than you’d think. In 1888, the first patent for a “electric stylus device for capturing handwriting” was issued to Elisha Gray for the Telautograph. In fact, pen input was being used 20 years before mouse and GUI input...
Back
Top