Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/drutol/androidlayouttocsharp

Tiny program that converts Android XML's into C# properties.
https://github.com/drutol/androidlayouttocsharp

anroid utility

Last synced: 27 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# AndroidLayoutToCSharp

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

It runs on UWP.

![](https://raw.githubusercontent.com/Drutol/AndroidLayoutToCSharp/master/github/screenshot.png)

## Features

- [x] Convert Android XML layout to C# properties.
- [x] Recursive resolution of layouts in `` elements.
- [x] 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 `` contains the same ID.