← Back to Community Contributors
Vladislav's Feed
- Nesting .NET MAUI .xaml Files in Visual Studio Code
Configure VS Code file nesting so .NET MAUI .xaml files group neatly with their corresponding .xaml.cs code-behind files.
Read more - Free offline AI in .NET MAUI Application
Run LLMs locally in a .NET MAUI app using LLamaSharp, with guidance on model formats, setup, and performance tradeoffs for offline scenarios.
Read more - Various methods for barcode scanning in .NET MAUI
Compare three approaches to barcode scanning in .NET MAUI—Android ML Kit, Camera.MAUI.ZXing, and CommunityToolkit camera + ZXing processing.
Read more - Simplifying .NET MAUI App Development with Debugging and Monitoring Tools
A quick tour of two handy debugging aids for .NET MAUI—Maui Dev Tools for deeper inspection and Plugin.Maui.DebugRainbows for visual layout bounds.
Read more - .NET MAUI CollectionView with Staggered Layout
Build a Pinterest-style staggered layout for .NET MAUI CollectionView by introducing a custom ItemsLayout and platform-specific handlers.
Read more