Ask Learn
Preview
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get it here.
Program Manager Carmen Forsmann explains:
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 platform.
Today, we are excited to announce the release of the Android version of the Project Rome SDK. This Android SDK works both with Java and with Xamarin.
Discovering devices is a snap with the Remote Systems API:
private RemoteSystemWatcher _remoteSystemWatcher;
private void DiscoverDevices()
{
_remoteSystemWatcher = RemoteSystem.CreateWatcher();
_remoteSystemWatcher.RemoteSystemAdded += (sender, args) =>
{
Console.WriteLine("Discovered Device: " + args.P0.DisplayName);
};
_remoteSystemWatcher.Start();
}
The Project Rome SDK for Android bridges the experience gap that exists as users move between their Windows and Android devices:
More details here: Announcing Project Rome Android SDK
Ask Learn is an AI assistant that can answer questions, clarify concepts, and define terms using trusted Microsoft documentation.
Please sign in to use Ask Learn.
Sign in