Add 1200+ line GUIDE.md documenting OpenMaui Linux sample applications. Covers prerequisites, installation, building, and running three sample apps (ShellDemo, TodoApp, WebViewDemo).
Includes detailed sections on:
- Creating new Linux MAUI applications
- Adding OpenMaui Linux support to existing projects
- Implementing navigation patterns (Shell and NavigationPage)
- Working with themes and styling
- API reference for MauiProgram, platform entry points, and dialogs
- Troubleshooting common issues
Update README.md with improved overview and links to user guide.
Shows proper text wrapping and no horizontal scrollbar after
layout fixes in preview.4.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Two sample applications demonstrating OpenMaui Linux:
TodoApp:
- Full task manager with NavigationPage
- CollectionView with XAML data binding
- DisplayAlert dialogs
- Grid layouts with star sizing
ShellDemo:
- Comprehensive control showcase
- Shell with flyout navigation
- All core MAUI controls demonstrated
- Real-time event logging
Both samples reference OpenMaui.Controls.Linux via NuGet.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>