Edward Miller
Edward Miller
MVVM
As a second step towards converting to MAUI, I would like to migrate the code towards using the MVVM pattern. I intend to do it in a lightweight manner. In...
My understanding of the way it works now is that when you navigate to a gemini link it first fetches it and places it into a temp file, then navigates...
I notice if I wrap redirects in an async method, they don't throw the exception to Visual Studio. This approach means no IDE settings or try/catch blocks are necessary. Are...
I will work on this in my fork.
Do you have any ideas on a good way to implement functionality for adding records? My current thought is to do something similar to the Pagination, although currently it isn't...
I have been noticing this glitch.
Haven't debugged this yet.
In the sample app, on the ParentChild view, in the details section, there is a Line Total field which is calculated. It marks itself as sortable, and ideally it should...
### Description The CanExecute functionality is supposed to enable and disable buttons, but on Windows it doesn't work as expected. Works fine on Android. ### Steps to Reproduce 1. Run...
This just adds a convenience method that exposes the generic delegates that are defined in this file via the commonly-used static Create method. When you are writing the delegate functions,...