New to Telerik UI for .NET MAUIStart a free 30-day trial

SDKBrowser Application

Updated on Jul 16, 2026

The Telerik UI for .NET MAUI SDKBrowser is a set of .NET MAUI samples in C# and XAML that explain how to use the features of a control. 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).

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/SdkBrowser folder and open the SdkBrowserMaui.sln file;
  1. Browse the sample source in the Telerik .NET MAUI Samples repository on GitHub and run it on all platforms.
  1. On Windows or MacOS open the terminal inside the SdkBrowser folder.

  2. Run the following command to build and run the app on Android:

bash
dotnet build -t:Run -f net10.0-android

Here is how the SDKBrowser application looks on Android.

Telerik UI for .NET MAUI SDKBrowser App Android iOS

Review the macOS Install .NET MAUI GitHub wiki page before you run the sample on macOS.

  1. On MacOS open the terminal inside the SdkBrowser folder.

  2. Run the following command to build and run the app on iOS:

bash
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:

  1. Open Xcode.
  2. Select Window > Devices.
  3. Select the connected device.
  4. Copy the identifier, or UDID, from Device Information.

Review the macOS Install .NET MAUI GitHub wiki page before you run the sample on macOS.

  1. On MacOS open the terminal inside the SdkBrowser folder.

  2. Run the following command:

bash
dotnet build -t:Run -f net10.0-maccatalyst

Here is how the SDKBrowser application looks on MacCatalyst.

Telerik UI for .NET MAUI SDKBrowser App MacCatalyst

  1. Open SDKBrowserMaui.sln in Visual Studio 2022/2026 on Windows.

  2. Wait for the project packages to restore.

  3. Select the Windows target framework for the project.

    Telerik UI .NET MAUI SdkBrowserMaui App

  4. Run the app:

Here is how the SDKBrowser application looks on Windows.

Telerik UI for .NET MAUI SDKBrowser App WinUI

Check the .NET MAUI Examples Apps topic which lists all the sample applications built with Telerik UI for .NET MAUI.

See Also

In this article
See Also
Not finding the help you need?
Contact Support