Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/drutol/androidlayouttocsharp
- Owner: Drutol
- Created: 2016-11-13T14:37:02.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T07:36:30.000Z (almost 2 years ago)
- Last Synced: 2023-08-06T16:51:45.935Z (over 1 year ago)
- Topics: anroid, utility
- Language: C#
- Homepage:
- Size: 1.34 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.