AvaloniaUI / Avalonia.Samples

Avalonia.Samples aims to provide some minimal samples focusing on a particular issue at a time. This should help getting new users started.
https://www.avaloniaui.net
696 stars 120 forks source link

Add "BasicMvvmSample" #7

Closed timunie closed 2 years ago

timunie commented 2 years ago

What does this PR do?

This PR adds a basic sample to show how Avalonia works using the MVVM pattern.

This is the first sample uploaded to Avalonia.Samples. So it should also be used to find out what the users need. Any feedback about the sample code and the provided "README.md" is very welcome.

See it in action:

visit https://github.com/timunie/Avalonia.Samples/tree/BasicMvvmSample/src/Avalonia.Samples/MVVM/BasicMvvmSample

What's next?

Once this PR is accepted, the landing page will be prepared to point to this sample. The landing page should provide a link to each sample and more over the buzz-words and difficulty should directly be visible and searchable.

Closed issues

Closes #1