From the community
Contributor Feed
Notable moments, packages, projects, and celebrations from the MAUIverse community.
Looking for something specific?
- Adaptive UI Behavior in .NET MAUI
Petar Mishev looks at adaptive UI behavior in .NET MAUI and the kinds of layout adjustments modern apps need across devices. It is a useful read for teams trying to make one codebase feel more intentional on different screens and form factors.
Read more - Deploy & Debug .NET MAUI Apps to iOS Devices in VS Code - Complete Guide
James Montemagno walks through Deploy & Debug .NET MAUI Apps to iOS Devices in VS Code - Complete Guide, focusing on practical implementation steps you can apply immediately. You'll see the setup path, the key workflow decisions, and how to ship the same patterns in your own .NET MAUI projects.
Read more - Testing Local APIs on Device with Dev Tunnels and .NET MAUI
James Montemagno explains how Dev Tunnels can expose a local API to a physical device so .NET MAUI apps can be tested without a deployed backend. It is a practical setup for teams tired of fighting `localhost` during device testing.
Read more - .NET MAUI SQLite Database CRUD Operation Easy MVVM
Samir GC · .NET MAUI SQLite Database CRUD Operation Easy MVVM walks through a practical way to implement end-to-end CRUD wired into a MAUI UI in .NET MAUI. You will learn why getting reliable local persistence into an MVVM app matters and how to wire the feature from setup to a working result.
Read more - 118: Mediator for Mobile
Gone DotNet
Allan Ritchie
Jonathan Dick This episode explores mediator patterns for mobile architecture and why they can reduce service sprawl in .NET MAUI apps. It gives a grounded view of where mediator pipelines help and where they add overhead.
Read more - DrawnUi.Maui: Drawn Controls using SkiaSharp for .NET MAUI
Javier Suárez introduces DrawnUi.Maui, a SkiaSharp-based approach to “drawn” controls for .NET MAUI and what it enables for custom UI.
Read more - How to create a simple chat page using .NET MAUI
José Pereira builds a simple chat UI in .NET MAUI with text + image messages, a message template selector, and a scroll-to-bottom interaction—plus a full sample repo.
Read more - Episode 123: Building Accessible Apps with .NET MAUI featuring Rachel Kang
The .NET MAUI Podcast
James Montemagno
Rachel Kang Show Notes Rachel Kang, .NET MAUI Program Manager, joins the podcast to talk about all things accessibility for .NET MAUI developers.
Read more - 117: Connectivity "Out in the Wild"
Gone DotNet
Allan Ritchie
Jonathan Dick Jon and Allan tackle the reality of unreliable connectivity and what it means for MAUI app design in the field. The episode focuses on offline-first thinking, map constraints, and practical fallback communication paths.
Read more - How to pass multiple command parameters in XAML - MAUI with Max
Max Mannstein demonstrates patterns for passing multiple values into ICommand parameters from XAML in .NET MAUI.
Read more - Deploy & Debug .NET MAUI Apps to Android Devices in VS Code
James Montemagno walks through Deploy & Debug .NET MAUI Apps to Android Devices in VS Code, focusing on practical implementation steps you can apply immediately. The video combines concepts and hands-on techniques so you can move from idea to working code faster.
Read more - Integrating ChatGPT into .NET MAUI from Scratch
Leomaris Reyes walks through integrating ChatGPT into a .NET MAUI app end-to-end, including API key setup, environment variables, and making chat completion calls from a simple UI.
Read more - 116: What's new for .NET 9?
Gone DotNet
Allan Ritchie
Jonathan Dick This episode gives a practical tour of .NET 9 and .NET MAUI updates that directly impact how you build and ship apps. You'll hear both the productivity wins and the migration considerations behind the headline features.
Read more - How to use Firestore Database with .NET MAUI - MAUI with Max
Max Mannstein shows how to integrate Firebase Firestore with a .NET MAUI app, covering setup and common data-access patterns.
Read more - .NET MAUI Community Standup - Matt Goldman & MAUI UI July
David Ortinau
TJ Lambert
Matt Goldman David Ortinau hosts a .NET MAUI Community Standup with Matt Goldman, discussing MAUI UI July and UI-focused tips for building better MAUI apps.
Read more