16204b2ebb
Fix adb help text for emulator connection |
||
---|---|---|
.nuget | ||
.paket | ||
Elmish.XamarinForms | ||
Elmish.XamarinForms.LiveUpdate | ||
Generator | ||
Samples | ||
docs | ||
extensions | ||
fscd | ||
fscd.Tests | ||
templates | ||
.gitignore | ||
.travis.yml | ||
DEVGUIDE.md | ||
Elmish.XamarinForms.sln | ||
LICENSE.md | ||
README.md | ||
RELEASE_NOTES.md | ||
ROADMAP.md | ||
appveyor.yml | ||
build.cmd | ||
build.fsx | ||
build.sh | ||
install-xamarin-android-ios.sh | ||
netfx.props | ||
paket.dependencies | ||
paket.lock |
README.md
F# Functional App Development, using Xamarin.Forms
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.