Uno.Samples
Uno.Samples copied to clipboard
feat(XamlBasics): Add ThreeLevelListDetailSampleApp
Adds relevant sample for Xaml Basics writeup write up
Discussed internally with @sasakrsmanovic and Matthew M.
This is the sample for https://platform.uno/blog/xaml-fundamentals-for-web-and-mobile-three-level-list-detail-pattern/
Uno Platform
Pixel-Perfect Multi-Platform Applications with C# and WinUI for Windows, WebAssembly, iOS, macOS, Android and Linux
@lukeblevins a couple of comments:
- Is there a reason we've only included the Win/Wasm targets?
- Let's see if we can rework the logic to avoid as much code behind and just use data binding where possible
- Let's fix the CI to make sure the sample is building
@lukeblevins what's left to be done on this PR?
@lukeblevins as discussed, I've closed this PR - please reopen it once you have a chance to update the code