News

Project Rome for Android and iOS Cross-Device Experiences Hits v1.0

Microsoft announced its Project Rome SDK for Android and iOS has hit version 1.0, providing cross-device and cross-platform experiences that can travel with the user in a variety of scenarios.

The open source Project Rome, in the works for several years and introduced with early versions of Windows 10, uses several Microsoft technologies to make app experiences transition seamlessly among devices, form factors and platforms according to a user's needs.

Or, as Microsoft said in announcing v1.0, "Your apps, like your data, should travel with you."

As detailed in a May 2017 blog post, Project Rome consists of three primary components:

  • A programming model delivered as APIs for Windows, Android, iOS and Microsoft Graph, enabling client and cloud apps to build experiences using the Project Rome capabilities.
  • A set of infrastructure services in the Microsoft cloud for Windows-based, and cross-platform devices.
  • A device runtime for connecting and integrating Windows-based and cross-platform devices to the Project Rome infrastructure services.

On the API front, developers can leverage two primary APIs exposed by Project Rome to drive engagement among multiple active devices: RemoteSystems and RemoteSessions.

RemoteSystems functionality can manifest itself in several ways, with Microsoft providing the following example scenarios:

  • Extend the experience: A developer could extend their app to launch on a bigger screen that may be more suited for the task at hand.
  • Augment the experience: A developer could create a companion experience for their app on another of the user's devices. This can aid in providing another view of functionality in their app.
  • Enrich the experience: A developer could add additional controlling abilities to their app. An example of this could be where a developer provides remote control abilities for their main app from a companion device.

The RemoteSessions API -- which can be used to create group experiences for multiple users in proximity -- can bolster a scenario in which a developer creates such experiences by enabling multiple users near one another to start a session together and collaborate. "Example of these could be where multiple users are editing a photo, video or a piece of music together," Microsoft said. "Or where multiple users are playing a game together."

With the Project Rome SDK for Android and iOS 1.0 now available, Microsoft published several related resources, including brand-new Project Rome documentation. The project's open source code is available on GitHub.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube