Question about xamarin-forms

1

Good evening,

I'm starting a project with development for mobile platform and my group we are developing using the platform Xamarin forms, my doubt is regarding the creation of the project, as we are trying to make a communication via web-service and we are only able to add the necessary libraries Microsoft.Net.HTTP and Newtonsoft using the cross-platform project that does not have the drag and drop option for creating views, is there any way to use this drag and drop to develop cross-platform views plataform or is it just using same XML files?

    
asked by anonymous 28.04.2018 / 04:44

1 answer

1

Can not build drag-and-drop views of components as there is no layout editor for this.

The method of constructing the views is actually through XAML (and is much better than it looks in a first contact).

To begin with, you can use XAML instant preview tools like Forms Previewer or the Gorilla Player (This second is the most popular).

In this article, Adam Padley gives some tips on how Gorilla Player works .

    
29.04.2018 / 15:16