Skip to content

HOW TO: Compile Time Generated Bindings

Empty Keys edited this page May 8, 2018 · 1 revision

This feature was inspired by Microsoft x:Bind. The idea behind is simple. Instead of using reflection for data binding, UI Generator generates strong typed classes for data binding. Compared to reflection this binding is faster, safer, better etc. Empty Keys UI implementation supports 4 modes - Generated, Reflection, Mixed and Manual. Especially with Mixed and Manual mode you can do some cool stuff like duck typing, mixing reflection and generated bindings in one path, calling methods from binding path etc.

You can check the quick tutorial video on YT - http://youtu.be/TChDXArasFM

If you have any question or found a bug, let me know.

Clone this wiki locally