Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/atsushieno/xamldroid
- Owner: atsushieno
- Created: 2011-01-19T02:42:38.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-31T19:41:11.000Z (over 12 years ago)
- Last Synced: 2024-05-02T00:34:12.921Z (9 months ago)
- Topics: android, deprecated, incomplete, xamarin
- Language: C#
- Homepage:
- Size: 3.88 MB
- Stars: 10
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.