Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is F# supported in Xamarin.Forms?

Can I write a Xamarin.Forms app in F#?

I do not see a project template for this in VS2015.

like image 795
Scott Nimrod Avatar asked Oct 19 '22 19:10

Scott Nimrod


1 Answers

There may not be a template, but you can use Xamarin.Forms in F#. Charles Petzold wrote a blog post on it that you might find useful:

http://www.charlespetzold.com/blog/2015/10/Writing-Xamarin-Forms-Apps-in-FSharp.html

like image 114
bratsche Avatar answered Oct 21 '22 22:10

bratsche