Skip to content

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

Notifications You must be signed in to change notification settings

Drutol/AndroidLayoutToCSharp

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages