-
The package `de.saxsys.mvvmfx.itemlist` contains utils to bind a list of model elements to a `ListView` without leaking model details to the View.
However, in my opinion there are some problems at…
-
We want to bind our collection of ViewModels to the DocumentsSource. It works more or less, the only problem we have is, that when a new document is shown, it is empty. Only switching back and forth b…
-
### Background
In the last lectures we've refactored most of our app into MVVM structure using ViewModel + LiveData + Data Binding libraries.
However the screens / features you are responsible w…
-
Especially how hierarchies work and line up to the view and model layers (or don't).
-
Looking at Alan's work in _the future of Knockout_ thread, I think that you were right about abstracting away the view model with decorators.
I had hoped to avoid needing for people to write custom…
-
### Discussed in https://github.com/dotnet/maui/discussions/14210
Originally posted by **cat0363** March 27, 2023
If NavigationPage is specified for MainPage, unintended focus control will occ…
-
## Current behavior
When `await` is used before first navigation in `App.xaml.cs`, `x:Bind` suddenly behaves "weirdly" - it binds data which are available during page constructor, but does not cons…
-
I know it's meant to be a general walkthrough, but at this part of the guide:
https://github.com/canjs/canjs/blame/39e09269c591131c24b440d2f73a7797e9340d77/docs/can-guides/experiment/technology/rou…
-
### Topic: Coordinator Pattern
Coordinator pattern created by [Soroush Khanlou](https://khanlou.com/) from a [series](https://khanlou.com/2015/01/the-coordinator/) of [articles](https://khanlou.com/2…
-
I'm a little confused as to how to use this lib in a ViewModel SwiftUI context. I'd rather not have the View have a dependency on the CoreStore lib.
```swift
import SwiftUI
import CoreData
impor…