unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.79k stars 707 forks source link

Small sample Uno & MVVM app #4120

Open sasakrsmanovic opened 4 years ago

sasakrsmanovic commented 4 years ago

An Uno and MVVM app. Bindings, Commands and Navigation.

ToddGlodek commented 4 years ago

I am imagining that this would work in a similar fashion to the way Silverlight apps are deployed. What we found with Silverlight is that a large enterprise ended up building several separate apps to manage each line of business problem through independent dev/test/deploy pipelines. There would typically be a collection of shared controls/services used by all the projects,

Seeing how this works for Uno (even if it is just a visual diagram) would be very useful.

hansmbakker commented 3 years ago

See https://github.com/windows-toolkit/MVVM-Samples/pull/16 for a starter?

p3rid0t commented 11 months ago

I could work on this issue — should this be a port of the Community Toolkit MVVM sample, or a simpler Uno demo?