Skip to content

AntRemo/FormsPlayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xamarin Forms Player

Provides real-time previewing of Xamarin.Forms XAML source in Visual Studio, by pushing the XAML to devices running a Xamarin.Forms.Player app.

The extension provides a new View | Other Windows | Xamarin Forms Player command, that opens a Tool Window. The session ID shown in this window should be entered in the running Xamarin Forms Player mobile app, and that will connect both. This means that you can preview the XAML in more than one device at the same time.

Visual Studio ToolWindow

To get the Xamarin.Forms.Player app on the device, either build it yourself from source or create a new Xamarin.Forms app with whatever references you need to custom controls, control libraries, etc., and install the Xamarin.Forms.Player nuget package in it. Then replace the new App() instantiation with new Xamarin.Forms.Player.App() instead. That will bring in the player UI and enable all the rendering functionality automatically.

Player on iOS

Player on Android

For Android, you can also grab a pre-built APK directly from the Releases page. The Visual Studio extension should match the version of the application.

About

Xamarin Forms Player Demo

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 47.4%
  • C# 37.1%
  • PowerShell 14.7%
  • Batchfile 0.8%