Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsuarezruiz/xaml-standard-samples
Xamarin.Forms XAML Standard Samples
https://github.com/jsuarezruiz/xaml-standard-samples
xamarin xamarin-forms xaml xaml-standard
Last synced: 29 days ago
JSON representation
Xamarin.Forms XAML Standard Samples
- Host: GitHub
- URL: https://github.com/jsuarezruiz/xaml-standard-samples
- Owner: jsuarezruiz
- Created: 2017-11-16T20:32:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-17T16:39:05.000Z (about 7 years ago)
- Last Synced: 2024-05-02T05:31:55.821Z (8 months ago)
- Topics: xamarin, xamarin-forms, xaml, xaml-standard
- Language: C#
- Homepage:
- Size: 225 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# XAML Standard Samples
XAML Standard is set of principles that drive XAML dialect alignment and not a product or product feature. For more information see the [official repo](https://github.com/Microsoft/xaml-standard).
This repository has Xamarin.Forms samples using XAML Standard Preview.
# XAML Standard Preview
To **experiment** with XAML Standard in Xamarin.Forms you should follow the following steps:
1. Download de [NuGet package](https://aka.ms/xf-xamlstandard-nuget).
2. Add **Xamarin.Forms.Alias** to all Xamarin.Forms solution project.
3. Initialize `Alias.Init()`.
4. In XAML, use `xmlns:alias="clr-namespace:Xamarin.Forms.Alias;assembly=Xamarin.Forms.Alias"`.
5. Ready!## Copyright and license
Code released under the [MIT license](https://opensource.org/licenses/MIT).