knowcode-xml
knowcode-xml copied to clipboard
Library to allow developers to run Android XML UI + TotalCross on Linux ARM, iOS, Android and more...
Hi folks! Very often we need to set common properties and behaviors between many Containers of our application. It's very interesting to implement a "create" method of the XmlContainerFactory with...
Iaggo, can you see this changes?
Hey there, I am using this (android:text="14°") in my Android XML and the interface is breaking on the device. The "°" is replaced for a crazy char. Cheers,
The idea is to make it easier to reference resources and controls from the code, by generating a class with direct reference to them. For example, instead of: ``` Button...