Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/atsushieno/xamldroid

xaml-bound View for monodroid
https://github.com/atsushieno/xamldroid

android deprecated incomplete xamarin

Last synced: 2 months ago
JSON representation

xaml-bound View for monodroid

Awesome Lists containing this project

README

        

WARNING! WARNING! WARNING! it doesn't work yet!

xamldroid is an attempt to create XAML-powered Android View wrapper.

Actually this package contains a source generator for Mono.Android.Xaml.dll.

To build Mono.Android.Xaml.dll, copy Mono.Android.dll from MonoDroid
installation to this directory and then run make.

MonoDroid.Xaml.dll comes from another project (which depends on mono/mcs):
https://github.com/atsushieno/MonoDroid.Xaml
A copy of the project files are in this repository too.
See MonoDroid.Xaml/README for the details.

The sample application saves XAML and loads it back, but still needs some
work to set it as a View.