MAUI Sample Applications

Todo App Sample
Todo List Manager

A classic example demonstrating data persistence, list manipulation, and basic UI controls. Learn how to manage tasks efficiently.

MVVM Data Binding Local Storage
Weather App Sample
Real-time Weather Viewer

Fetch live weather data from an API, display it beautifully, and handle network requests. Includes location services integration.

API Integration Networking Location Services
Gallery App Sample
Photo Gallery Explorer

Browse and display images from your device or cloud storage. Features image zooming, caching, and custom layouts.

Image Handling Platform APIs UI Layout
Chat App Sample
Real-time Chat Application

Build a real-time chat experience using SignalR. Demonstrates real-time communication, message handling, and user management.

Real-time SignalR Networking
Calculator App Sample
Scientific Calculator

A functional calculator app with advanced scientific operations, built with MAUI. Illustrates complex UI layout and event handling.

UI Logic Event Handling Cross-Platform
Map App Sample
Interactive Map Application

Integrate map controls to display locations, add custom pins, and interact with map features. Includes geocoding functionality.

Maps Geolocation API Integration