0
Good morning ladies and gentlemen,
It would be possible to work with XML file (layout) made in Android Studio to use in visual studio in the case of android development with Xamarin. I would like to replace the AXML file that comes as standard in visual studio with the XML file that is generated by Android Studio.
PS: It sounds crazy but there is a google project that the developer only pastes the XML code or writes and sees everything being done next door by a smartphone without the need to use emulators, light and very practical.
http://labs.udacity.com/android-visualizer/#/android/linear-layout-Weight
So if for example I want to develop for Android and Windows Phone using Xamarin (Visual studio) I would have to create a layout for android and WP ?
– user3671786
If you want to do this using code reuse, you will use Xamarin Forms, where you create the XAML layout only once and it creates the native layout on the other platforms automatically for you. Now if you want to do this individually, using Xamarin’s native programming, you will have to create layouts individually for each platform, be it Android, iOS or UWP.
– perozzo
@user3671786 if your question has been answered, please mark as reply, thank you.
– perozzo