Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishanil/xamarin.forms-samples
Xamarin.Forms Samples
https://github.com/nishanil/xamarin.forms-samples
Last synced: 3 months ago
JSON representation
Xamarin.Forms Samples
- Host: GitHub
- URL: https://github.com/nishanil/xamarin.forms-samples
- Owner: nishanil
- Created: 2015-01-19T13:12:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T18:14:38.000Z (over 8 years ago)
- Last Synced: 2023-11-07T17:18:29.048Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 6.69 MB
- Stars: 119
- Watchers: 17
- Forks: 118
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xamarin.Forms-Samples
Xamarin.Forms Samples## DataTemplateSelector
Xamarin.Forms 2.1 release introduces DataTemplateSelector which allows selection of a DataTemplate at runtime per item in a ListView.ItemsSource.
![](https://raw.githubusercontent.com/nishanil/Xamarin.Forms-Samples/master/Screenshots/Hero-DataTemplateSelector.png)
## Behaviors (1.3 release)
Behaviors - Xamarin.Forms 1.3 feature.
![](https://raw.githubusercontent.com/nishanil/Xamarin.Forms-Samples/master/Screenshots/Behaviors.png)