Tiny program that converts Android XML's into C# properties. It can save a few minutes of your life ^^
It runs on UWP.
- Convert Android XML layout to C# properties.
- Recursive resolution of layouts in
<include>
elements. - Creating ViewHolders
- You can add
tools:managedTypeName
attribute to use custom Type for properties. Useful when you have override Type name in library binding project. - Warns about duplicated IDs, helpful when layout in
<include>
contains the same ID.