Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 658 Bytes

File metadata and controls

18 lines (11 loc) · 658 Bytes

AndroidLayoutToCSharp

Tiny program that converts Android XML's into C# properties. It can save a few minutes of your life ^^

It runs on UWP.

Features

  • Convert Android XML layout to C# properties.
  • Recursive resolution of layouts in <include> elements.
  • Creating ViewHolders

Additional stuff

  • 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.