Drutol / AndroidLayoutToCSharp

Tiny program that converts Android XML's into C# properties.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Tiny program that converts Android XML's into C# properties.


Languages

Language:C# 100.0%