A quick demonstrations on how to preview your edits as you make changes to your XAML screen in Xamarin in Microsoft Visual Studio). This method is demonstrated for Android and iOS platform.

XAML Hot Reload integrates with your current process to boost productivity and save up time. 
Without XAML Hot Reload, each time you want to see XAML change, you must build and deploy your program. 
When you save your XAML file with Hot Reload, the changes are immediately visible in the active app. 
You may swiftly iterate on your UI without losing your position in the app because your navigation state and data will also be retained.
You will therefore take less time rebuilding and deploying your apps to validate UI changes thanks to XAML Hot Reload.