From the community
Contributor Feed
Notable moments, packages, projects, and celebrations from the MAUIverse community.
Looking for something specific?
- Building A Pedometer Fitness Tracker using .NET MAUI
Build a cross-platform pedometer app in .NET MAUI with step tracking, SQLite persistence, and DevExpress UI.
Read more - Create Viral Videos with SORA in .NET MAUI
Build a .NET MAUI app that connects to Azure OpenAI SORA to generate short videos from prompts.
Read more - MAUI VIdeo UI July
A MAUI UI July video session sharing .NET MAUI UI techniques and practical implementation notes.
Read more - SkiaSharp and MVVM
David Britch shows how to move SkiaSharp drawing code out of a view's code-behind and into a service consumed by a view model in .NET MAUI. Learn to subclass SKCanvasView with a bindable renderer property for clean MVVM.
Read more - Creating a Wheel of names clone
Build a Wheel of Names style experience in .NET MAUI with custom UI, animation, and interaction patterns.
Read more - Sands of MAUI: Issue #194
Sam Basu
.NET
Jonathan Peppers
Leomaris Reyes
Telerik Sam Basu's Sands of MAUI #194 curates Barcodes with .NET MAUI, GitHub Copilot Productivity, .NET 10 Update, and more for .NET developers. The roundup points to practical community articles, videos, and announcements worth exploring in full.
Read more - Turn any phone into an IP Camera in 30 Minutes using .NET MAUI
Build a .NET MAUI IP camera app with CommunityToolkit camera APIs, comparing MJPEG streaming for low latency vs video recording for smoother playback (and audio).
Read more - Building a Dynamic Milestone Journey Tracker with SkiaSharp in .NET MAUI
Ali Raza · Create a curved, animated milestone journey tracker in .NET MAUI with SkiaSharp, including dynamic marker rendering and completion states.
Read more - Extracting EXIF Data in MAUI Apps: A How-To Guide
How to read EXIF metadata from photos in .NET MAUI—useful for orientation, timestamps, GPS, and more.
Read more - MAUI UI July Day 17: Scrolling Label
A deep dive into a custom scrolling label for .NET MAUI using handlers, platform listeners, and safe animation cancellation.
Read more - Memory Management using Span<T> and Memory<T> for High-Performance Applications
Jorge Perales Diaz takes a deep dive into Span<T> and Memory<T>, the .NET types that let you slice memory without extra allocations. Through parsing, buffer, and async examples, he shows how to cut GC pressure and speed up hot paths in high-performance C# code.
Read more - Building an Animated Countdown Control in .NET MAUI
Build a polished radial countdown control in .NET MAUI with smooth animation, adaptive text scaling, and customizable visual properties.
Read more - Reusable Views in .NET MAUI
Learn patterns for extracting and reusing UI pieces in .NET MAUI to keep screens consistent, modular, and easier to maintain.
Read more - .NET MAUI Barcode & QR Code: For Inventory, Orders & Loyalty
Leomaris Reyes introduces barcode/QR scenarios and shows how to get started with Telerik Barcode for .NET MAUI for scanning and generating common symbologies.
Read more - Building A Cross-Platform Game in .NET MAUI with DrawnUI and Hot Preview
Learn how a full Breakout game is built in .NET MAUI with DrawnUI, performance tuning, and multi-input support.
Read more