title | page_title | description | slug | tags | position |
---|---|---|---|---|---|
Overview |
.NET MAUI Examples & Sample Apps |
Explore a variety of Telerik .NET MAUI examples that demonstrate its flexibility in cross-platform app development. Try sample applications! |
sampleapps-overview |
.net maui, ui for .net maui, .net maui controls, sample applications, demos, .net maui samples |
0 |
The Telerik UI for .NET MAUI library offers an extensive set of fully featured examples and demo applications demonstrating the .NET MAUI controls . You can review each app's source code and get familiar with how various controls are utilized.
{% if site.has_cta_panels == true %} {% include cta-panel-maui-overview.html %} {% endif %}
The following demo apps deliver a rich collection of .NET MAUI examples:
Telerik UI for .NET MAUI version 7.1.0 adds support for .NET 9.0. You can easily switch the .NET version to .NET 8.0 or .NET 9.0 to build the apps. Inside the Examples folder of the installation/.zip file there are
.ps1
files -SwitchToNet8.ps1
andSwitchToNet9.ps1
. You can use them to switch the .NET version you use to build the .NET MAUI sample apps.
The Telerik UI for .NET MAUI Controls Samples is a highly polished application offering many scenario-specific use cases designed to show off a subset of features for each component. The app provides various .NET MAUI examples for many of the 60+ .NET MAUI controls included in the library.
For more information on it, refer to [Controls Samples App]({%slug controls-samples-app%}).
The SDKBrowser is a set of .NET MAUI samples in C# and XAML that explain how to use the features of a control. Contrary to the Controls Samples application, the SDKBrowser shows the components in their pure form without adding extra styling and polishing. It's the go-to source for "how do I use X in Y control". Most of the code snippets available in the documentation are directly generated from the examples in the SDKBrowser (you can see special comments in the code for this).
For more information on it, refer to [SDKBrowser App Examples]({%slug sdkbrowser-app%}).
Crypto Tracker demo is a real-case crypto application that shows changes in cryptocurrency prices, offering practical .NET MAUI app examples built with the Telerik UI for .NET MAUI controls. In this demo, you can see in action many of the .NET MAUI controls in the library, including the ListView, Charts and TabView.
For more information on it, refer to [Crypto Tracker App Demo]({%slug maui-crypto-app%}).