https://github.com/codemillmatt/bindablepicker
Quick example of a bindable picker in Xamarin.Forms
https://github.com/codemillmatt/bindablepicker
Last synced: 4 months ago
JSON representation
Quick example of a bindable picker in Xamarin.Forms
- Host: GitHub
- URL: https://github.com/codemillmatt/bindablepicker
- Owner: codemillmatt
- Created: 2016-11-29T17:46:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-29T17:59:04.000Z (over 9 years ago)
- Last Synced: 2025-07-09T07:46:16.727Z (11 months ago)
- Language: C#
- Size: 13.7 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BindablePicker
Quick example of a bindable picker in Xamarin.Forms
*Note that this example will only work with Xamarin.Forms 2.3.4 and above. As of November 29, 2.3.4 is not on NuGet yet - so you will have to build from source.*
I have the NuGet setup to pull Forms 2.3.3 ... so there **will** be compilation errors. But the point of having this out there is for you to see the code and when 2.3.4 is released update the NuGet to point to that.
Accompanying blog post can be found here: https://codemilltech.com/xamarin-forms-bindable-picker/