.NET MAUI Sample Gallery

Explore the capabilities of .NET MAUI through practical examples.

UI Controls Sample

Interactive UI Controls

Demonstrates advanced usage of buttons, sliders, and text inputs with custom styling and validation.

UI Elements Input Styling
View Sample
API Call Sample

REST API Integration

Connect to external RESTful services, handle JSON responses, and display data fetched from the web.

Networking API JSON
View Sample
Local Database Sample

Local Data Persistence

Utilize SQLite or other local databases to store and retrieve application data efficiently.

Data Management Database Offline
View Sample
Camera Access Sample

Device Camera Access

Capture photos and videos directly from within your MAUI application using device hardware.

Device Features Camera Media
View Sample
Animations Sample

UI Animations

Implement fluid animations and transitions to enhance user experience and engagement.

UI Elements Animations UX
View Sample
Mapping Sample

Map Integration

Display interactive maps, plot locations, and integrate navigation features into your app.

Mapping Location Navigation
View Sample
Device Sensors Sample

Device Sensors

Access device sensors like accelerometer, gyroscope, and GPS for context-aware applications.

Device Features Sensors GPS
View Sample
Graphics Sample

2D/3D Graphics Rendering

Explore drawing 2D shapes and basic 3D models using SkiaSharp or other graphics libraries.

Graphics & GPU SkiaSharp Rendering
View Sample
Cloud Sync Sample

Cloud Data Synchronization

Synchronize local data with cloud services like Azure Mobile Apps or custom backends.

Data Management Cloud Synchronization
View Sample