Overview
Telerik UI for .NET MAUI provides a few fully-features demo applications demonstrating our .NET MAUI controls. You can review the source code of each app and get familiar with the way various Telerik .NET MAUI controls are utilized.
With Telerik .NET MAUI 3.2.0 version we have added a support for .NET 7.0. You can easily switch the .NET version to .NET 6.0 or .NET 7.0 to build the apps. Inside the Examples folder of the installation/.zip file there are two
.bat
files -SwitchToNet6.bat
andSwitchToNet7.bat
and two.sh
files -SwitchToNet6.sh
andSwitchToNet7.sh
. You can use them to switch the .NET version.
Controls Samples App
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.
For more information on it, refer to Controls Samples App.
SDKBrowser App
The SDKBrowser is a set of examples 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.
Crypto Tracker App
Crypto Tracker demo is a real-case crypto application that shows changes in cryptocurrency prices, built with the Telerik UI for .NET MAUI controls.
For more information on it, refer to Crypro Tracker App.