Microsoft .NET MAUI Samples

Explore a curated collection of code examples for .NET MAUI.

Filter Samples

Customer Management App

A comprehensive sample demonstrating CRUD operations, MVVM pattern, and data persistence for a customer list.

View Sample
MVVM Data Binding CRUD Windows Android iOS

Device Sensor Explorer

Explore native device sensors like accelerometer, gyroscope, and GPS using .NET MAUI's platform-specific APIs.

View Sample
Native APIs Sensors Android iOS macOS

Task List Organizer

Implement a clean architecture with MVVM for managing daily tasks, including due dates and priorities.

View Sample
MVVM UI Controls Windows macOS

Image Gallery App

Build an image gallery that fetches images from a remote source and displays them with smooth scrolling and caching.

View Sample
Data Binding Networking UI Controls Android iOS Windows
API

Geolocation Finder

Get the current geographical location of the device using native geolocation services.

View Sample
Native APIs Location iOS Android
UI

Custom Button Styles

Demonstrates how to create and apply custom styles to buttons for a unique application look and feel.

View Sample
UI Controls Styling Windows Android iOS macOS