It is not a wish but sincere request.
@Erel Please Please, make the layout file .bal a text file (json / xml / txt / whatever you wish)
I am developing in C# in VS now at my office for a company product. I found that the layout (form) file ,designer.cs is a text file. It has all the views with location, size etc. in plain text format.
I needed to develop a form which I already have in another programing language. I made a translator code which converted this to C# designer.cs file.
It saved me many man hours is getting same look and feel with same color, size etc. And if there is any error, VS gives option to directly edit the .designer.cs file in text form and fix it.
Member here have made some tools to convert .bal to text and vice versa.
But I want @Erel to give the layout as a text file by default, which I feel is possible as the final layout for Android in xml.
This way we can directly manipulate the layout file in a text editor if needed.
Requesting again ?
@Erel Please Please, make the layout file .bal a text file (json / xml / txt / whatever you wish)
I am developing in C# in VS now at my office for a company product. I found that the layout (form) file ,designer.cs is a text file. It has all the views with location, size etc. in plain text format.
I needed to develop a form which I already have in another programing language. I made a translator code which converted this to C# designer.cs file.
It saved me many man hours is getting same look and feel with same color, size etc. And if there is any error, VS gives option to directly edit the .designer.cs file in text form and fix it.
Member here have made some tools to convert .bal to text and vice versa.
But I want @Erel to give the layout as a text file by default, which I feel is possible as the final layout for Android in xml.
This way we can directly manipulate the layout file in a text editor if needed.
Requesting again ?