Sample code, from MS documentation, that I am working through (so I can get a taste for how things hang together).
The following projects are visible, that relate directly to tutorial documentation that I am following (with some minor modifications here and there).
QuickStart
folder (Maui.QuickStart.Sample
) - the initial quick start sample as provided here. Opted to follow the Android-specific guide.NoteTaker
folder (Maui.NoteTaker.Sample
) - the extended tutorial as found here.
NOTE: Experimental code only.