https://github.com/atsushieno/xamldroid
xaml-bound View for monodroid
https://github.com/atsushieno/xamldroid
android deprecated incomplete xamarin
Last synced: about 1 year 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 (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-07-31T19:41:11.000Z (almost 14 years ago)
- Last Synced: 2025-04-01T15:56:25.553Z (about 1 year ago)
- Topics: android, deprecated, incomplete, xamarin
- Language: C#
- Homepage:
- Size: 3.88 MB
- Stars: 11
- Watchers: 4
- 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.