Is there a designer for Xamarin xaml files?

I am currently running a Xamarin. Now I am wondering if there is any kind of designer for the UI so I don't have to run the application over and over again to test the UI while designing?

+3


source to share


4 answers


Unfortunately there is no designer.

The closest will be the Xamarin Live Player , which is currently in preview mode.



Another alternative is the Xaml Previewer for Xamarin.Forms

+3


source


All these live players xamarin, live previewer, inspector, gorilla player are useless, the more your app grows. maybe for basic small applications, and if you are not using any DI or third party tools like from telerik or syncfusion and you have to do a lot of tweaks, face lost connection issues, etc. etc. Only fully working LiveXaml extension, which unfortunately is not free.



0


source


Good luck in finding. None of these works.

0


source


As Chaddy said, there are two tools used - Gorilla Player and Live XAML. I tried gorilla player but it doesn't work for Dot Net standards. Then I discovered Live XAML which is a great tool for real-time development along with XAML preview. So I personally prefer to use Live XAML.

0


source







All Articles