SDKBrowser Demo Application
Telerik UI for .NET MAUI SDKBrowser is a demo application, which demonstrates the available library controls.
To start using the SDKBrowser application, you have to first download it and, then, install and run it on the desired platform, or mobile device or emulator.
Download the SDKBrowser Demo App
Log into your Telerik account.
Go to the Telerik UI for .NET MAUI product page.
-
Click the Download Telerik UI for .NET MAUI button.
-
The download starts automatically.
Install and Run SDKBrowser on Windows
Inside the command prompt, run the
maui-check
command, which is required for using Telerik UI for .NET MAUI controls, and for building and runningSDKBrowserMaui.sln
.-
Run the
Telerik_UI_for_Maui_[version]_Preview.msi
file and follow the instructions. The file automatically installs Telerik UI for .NET MAUI on your PC.On a 32-bit machine, the wizard will suggest to install the UI for .NET MAUI controls in
C:\Program Files\Progress\
. On a 64-bit machine, the wizard will suggest to install the UI for .NET MAUI controls inC:\Program Files (x86)\Progress\
. -
The SDKBrowser folder is located inside the installation folder and you can now use the following subdirectories:
- Binaries—Contains the needed dlls for Android, iOS, and WinUI.
-
Examples—Contains all examples available (
Sdk app
andCryptoTracker app
) with the Telerik UI for .NET MAUI controls. - LicenseAgreements—Provides the product End-User License Agreement (EULA).
-
Packages—Contains the
Telerik_UI_for_Maui_[version]_Preview.nupkg
file.
-
SDKBrowserMaui.sln
on Windows with Visual Studio.4.1 Open the SDKBrowser folder in Visual Studio 2022 Preview.
4.2 Wait for the project to restore.
4.3 Select the target framework of the project.
4.4 Select the emulator or device on which you want to run the application.
-
Run On Windows:
5.1 Install the Single-Project MSIX Packaging Tool for VS 2022 Preview to build and run the application.
5.2 The SdkBrowserMaui on Windows:
SdkBrowserMaui On Android:
Install and Run SDKBrowser on macOS
Review the macOS Install .NET MAUI GitHub Wiki page for more information how to get started on macOS.
Inside the terminal, run the
maui-check
command, which is required for using Telerik UI for .NET MAUI controls, and for building and runningSDKBrowserMaui.sln
.Run the
Telerik_UI_for_Maui_[version]_Preview.pkg
file, which automatically installs Telerik UI for .NET MAUI on your Mac.-
The SDKBrowserMaui folder is located inside the installation folder and you can now use the following subdirectories:
- Binaries—Contains the needed dlls for Android, iOS, and WinUI.
- Examples—Contains all examples available (Sdk app and CryptoTracker app) with the Telerik UI for .NET MAUI controls.
- LicenseAgreements—Provides the product End-User Licensce Agreement (EULA).
-
Packages—Contains the
Telerik_UI_for_Maui_[version]_Preview.nupkg
file.
Open Terminal inside the Sdk app folder.
-
Run on macOS using the following command:
dotnet build -t:Run -f net6.0-maccatalyst
-
SDKBrowserMaui application on MacOS.
-
-
Run on iOS using the following command: Append the value to the parameter
-p:_DeviceName=:v2:uuid=:
dotnet build -t:Run -f net6.0-ios -p:_DeviceName=:v2:udid=02C556DA-64B8-440B-8F06-F8C56BB7CC22
where the
-p:_DeviceName=:v2:uuid==02C556DA-64B8-440B-8F06-F8C56BB7CC22
is the desired device id.- SDKBrowserMaui application on iOS.