2
I program for Android with Xamarin in the Visual Studio, but I don’t like his design editor at all, I can only use his editor Android Studio when I need it? I changed the design extension from .axml for .xml and opened on Android Studio, I was able to open it, but it doesn’t have the tips at the time of typing and it doesn’t have the visual design, which is what I wanted to see if everything is going well. I can open an empty project and copy my design there, but project takes to open on Android Studio then I’d waste a lot of time. But then, there’s some way to do it?
In Android Studio you can edit the layout only in the mode
xmlwithout using visual mode, and even inxmlhas a preview on the side to see how it’s coming out– Isac
until you are not with an open project? being just open a
xml(the design) same?– underfilho
No. You have to have the IDE open clear.
– Isac
Ah, I see, I was looking for a way to use only the editor
xml, even try the open IDE, just do not need to open a project to do this, I think I will stay in Visual Studio even and when you need to view or Clean or open a project in Android Studio– underfilho