News

Windows 10 and Universal Apps: You've Seen This Before

In all likelihood, Microsoft will highlight Universal App building. Here's what we know now. Specifics, of course, will be well known by the end of the week.

Set to take the stage this weekend at the Build conference in San Francisco is a new generation of universal Windows apps. Microsoft of course introduced the concept of universal Windows apps with Windows 8.1. The scheme enabled developers to craft one code base to deliver modern applications to Windows-based PCs and tablets running Windows 8.1 and to mobile phones running Windows Phone 8.

With the development of Windows 10, Microsoft is taking a refreshed approach, presenting the universal app platform (UAP) as a consistent API surface across every Windows device, from desktop PCs and Windows Phones to Xbox consoles, IoT devices and even the HoloLens virtual reality environment. The UAP provides the target for universal Windows app development, while platform-specific APIs allow developers to access functionality specific to each client type -- for instance, exposing the phone dialer or GPS functionality on the phone. Developers can choose to compile an app so that the resulting binary will run on any Windows 10 target, or they can select which platform the compiled binary will support.

The handling of user interfaces has changed as well. A Windows 10 feature called Adaptive UX enables Windows apps to update their presentation based on the current screen size. Controls optimized for a desktop screen, for example, can automatically adapt to a more compact presentation when the app is run on a Windows Phone. Apps will also benefit from the revised interface scheme in Windows 10, which provides a less rigid environment for app UIs, including support for windowed applications.

It's worth noting that the vocabulary around universal Windows apps is changing. Going forward apps written to the UAP will be called simply "Windows apps." As Microsoft Distinguished Engineer Don Box told attendees at the WinHEC 2015 conference in March: "In Windows 10, we have this notion of a universal app platform, and the apps that target it are called Windows apps. Sometimes we say universal apps, but we call them Windows apps."

Windows Apps vs. Windows Desktop Apps
[Click on image for larger view.] Figure 1: Windows Apps vs. Windows Desktop Apps

By contrast, applications written specifically for desktop PCs will be called "Windows desktop applications." Box during his presentation at WinHEC 2015 displayed a slide that helped define the differences between Windows apps and Windows desktop applications.

About the Author

Contact the Visual Studio Magazine Editors at [email protected] to submit news, tips, and insights.

comments powered by Disqus

Featured

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

  • VS Code Copilot Previews New GPT-4o AI Code Completion Model

    The 4o upgrade includes additional training on more than 275,000 high-quality public repositories in over 30 popular programming languages, said Microsoft-owned GitHub, which created the original "AI pair programmer" years ago.

  • Microsoft's Rust Embrace Continues with Azure SDK Beta

    "Rust's strong type system and ownership model help prevent common programming errors such as null pointer dereferencing and buffer overflows, leading to more secure and stable code."

  • Xcode IDE from Microsoft Archrival Apple Gets Copilot AI

    Just after expanding the reach of its Copilot AI coding assistant to the open-source Eclipse IDE, Microsoft showcased how it's going even further, providing details about a preview version for the Xcode IDE from archrival Apple.

Subscribe on YouTube

Upcoming Training Events