F# Functional App Development for Xamarin.Forms
Перейти к файлу
Don Syme 16204b2ebb
Merge pull request #130 from nosami/fix-fscd-help-text
Fix adb help text for emulator connection
2018-07-18 10:40:44 +01:00
.nuget live update prototype 2018-07-11 14:25:03 +01:00
.paket 0.13.8 2018-07-12 18:57:48 +01:00
Elmish.XamarinForms fix interpreter and XF update for template 2018-07-17 15:03:58 +01:00
Elmish.XamarinForms.LiveUpdate Fix adb help text for emulator connection 2018-07-17 18:33:40 +01:00
Generator rename Xaml.* to View.* 2018-07-13 00:40:20 +01:00
Samples fix interpreter and XF update for template 2018-07-17 15:00:26 +01:00
docs fix interpreter and XF update for template 2018-07-17 15:03:58 +01:00
extensions fix interpreter and XF update for template 2018-07-17 15:03:58 +01:00
fscd fix interpreter and XF update for template 2018-07-17 15:00:26 +01:00
fscd.Tests fix interpreter and XF update for template 2018-07-17 15:00:26 +01:00
templates fix interpreter and XF update for template 2018-07-17 15:03:58 +01:00
.gitignore add generator, make simplificiations 2018-04-23 11:42:13 +01:00
.travis.yml try to fix linux 2018-06-26 18:48:09 +01:00
DEVGUIDE.md docs 2018-07-13 00:26:08 +01:00
Elmish.XamarinForms.sln remove FsPickler 2018-07-16 16:31:08 +01:00
LICENSE.md experimental dynamic views 2018-04-13 18:55:47 +01:00
README.md updates after build 2018-07-11 14:52:40 +01:00
RELEASE_NOTES.md fix interpreter and XF update for template 2018-07-17 15:03:58 +01:00
ROADMAP.md rename Xaml.* to View.* 2018-07-13 00:40:20 +01:00
appveyor.yml enable testing on appveyor 2018-06-26 18:48:40 +01:00
build.cmd fix build 2018-06-26 19:04:42 +01:00
build.fsx live update prototype 2018-07-11 14:25:03 +01:00
build.sh initial implementation, based on Elmish.WPF 2018-02-05 16:56:37 +00:00
install-xamarin-android-ios.sh updates to fix build 2018-06-27 00:30:19 +01:00
netfx.props fix build 2018-07-11 15:05:53 +01:00
paket.dependencies remove FsPickler 2018-07-16 16:31:08 +01:00
paket.lock paket update 2018-07-16 16:46:31 +01:00

README.md

F# Functional App Development, using Xamarin.Forms

NuGet version Build status (Windows) Build status (OSX) Gitter chat

Never write a ViewModel class again! Conquer the world with clean dynamic UIs!

This library allows you to uses the ultra-simple Model-View-Update architecture to build Xamarin.Forms applications for iOS, Android, Mac and more. a It is a variation of elmish, an Elm architecture implemented in F#. Elmish was originally written for Fable applications, however it is used here for mobile applications using Xamarin.Forms.

This is a sample and may change.

Contributing

Please contribute to this library through issue reports, pull requests, code reviews and discussion.

Credits

This library is inspired by Elmish.WPF, Elmish.Forms and elmish, written by et1975. This project technically has no tie to Fable, which is an F# to JavaScript transpiler that is great.