Questions tagged [fabulous]

F# Functional App Development, using declarative dynamic UI

5 questions
3
votes
0 answers

Converting data objects - F#, Fabulous, sql-net-pcl and a web API client library

I'm very new to F# and trying to figure out the best way to convert between similar but different data objects while minimising duplication of code. I'm writing an app using the Fabulous F# MVU framework for Xamarin Forms. I'm using sqlite-net-pcl…
gaelian
  • 105
  • 10
2
votes
1 answer

Using Xamarin Essentials File Picker in Fabulous (F#) UWP app

I am testing out making a UWP app using the Fabulous framework for writing functional cross-platform apps, and I want to use a FilePicker on a button press and use the selected file for some data processing. Executing let fileResult =…
MechMayhem
  • 75
  • 7
2
votes
0 answers

Remove last separator in View.ListView (F# Fabulous)

I'm aware of the option to remove all separators View.ListView (separatorVisibility = SeparatorVisibility.None) but is there an option to remove just the separator after the last item without building my own separators within the cells?
Einhorni
  • 79
  • 5
1
vote
0 answers

F# Fabulous Xamarin: update view from code without user input

I'm new to Elmish.Xamarin and Xamarin itself. I'm trying to build an application, using this calculator example. Main difference is that in this example UI is updated upon user input, and update function is pure and just evaluates next state of…
kagetoki
  • 4,339
  • 3
  • 14
  • 17
0
votes
1 answer

F# Fabulous Xamarin: external event subscription

I'm new to Fabulous and MUV model, and I'm trying to implement application that works with BLE. I'm also a bit new to F#, mostly worked with erlang and C# in the past, so a bit lost with external events processing. CrossBluetoothLE.Current.Adapter…
Darkkey
  • 195
  • 7