Crypto Tracker Application
Crypto Tracker demo is a real-case crypto application that shows changes in cryptocurrency prices, 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 CollectionView, Charts and TabView.
You can start using the Crypto Tracker application in the following ways:
You can access the SDKBrowser application in the following ways:
-
If you have already installed Telerik UI for .NET MAUI, navigate to the /[installation-path]/Telerik UI for .NET MAUI [version]/Examples/CryptoTracker folder and open the
CryptoTracker.slnfile; -
Explore the CryptoTracker code directly in the MAUI Samples Application repository on GitHub and run it on all platforms.
If you don't have a Telerik UI for .NET MAUI installation, check the Download Telerik UI for .NET MAUI and Install Telerik UI for .NET MAUI.
-
On Windows or MacOS open the terminal inside the CryptoTracker folder.
-
Run the following command to build and run the app on Android:
dotnet build -t:Run -f net10.0-android
Here is how the CryptoTracker application looks on Android.
![]()
Review the macOS Install .NET MAUI GitHub wiki page before you run the sample on macOS.
-
On MacOS open the terminal inside the CryptoTracker folder.
-
Run the following command to build and run the app on iOS:
dotnet build -t:Run -f net9.0-ios -p:_DeviceName=:v2:udid=02C556DA-64B8-440B-8F06-F8C56BB7CC22
In this example, the device ID is 02C556DA-64B8-440B-8F06-F8C56BB7CC22.
To find the device ID in Xcode:
- Open Xcode.
- Select Window > Devices.
- Select the connected device.
- Copy the identifier, or UDID, from Device Information.
Here is how the CryptoTracker application looks on iOS.
![]()
Review the macOS Install .NET MAUI GitHub wiki page before you run the sample on macOS.
-
On MacOS open the terminal inside the CryptoTracker folder.
-
Run the following command:
dotnet build -t:Run -f net10.0-maccatalyst
Here is how the CryptoTracker application looks on MacCatalyst.
![]()
-
Open
CryptoTracker.slnin Visual Studio 2022/2026 on Windows. -
Wait for the project packages to restore.
-
Select the Windows target framework for the project.

-
Run the app:
Here is how the CryptoTracker application looks on Windows.
![]()
Check the .NET MAUI Examples Apps topic which lists all the sample applications built with Telerik UI for .NET MAUI.