Skip to content

Commit 5344d9c

Browse files
Updated ReadMe file.
1 parent c379d14 commit 5344d9c

File tree

1 file changed

+49
-2
lines changed

1 file changed

+49
-2
lines changed

README.md

Lines changed: 49 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,49 @@
1-
# How-to-integrate-.NET-MAUI-Barcode-Generator-with-android-native-embedding-application
2-
This repository contains the sample code to integrate .NET MAUI Barcode Generator with the android native embedding application.
1+
# How to integrate .NET MAUI Barcode Generator with android native embedding application
2+
3+
This repository contains the sample code to integrate [SfBarcodeGenerator](https://help.syncfusion.com/maui/barcode-generator/getting-started) with the android native embedding application.
4+
5+
## Syncfusion controls
6+
7+
This project used the following Syncfusion control(s):
8+
* [.NET MAUI Barcode Generator (SfBarcodeGenerator)](https://www.syncfusion.com/maui-controls/maui-barcodes)
9+
10+
## Supported platforms
11+
12+
| Platforms | Supported versions |
13+
| --------- | ------------------ |
14+
| Android | API level 19 and later versions |
15+
16+
## Requirements to run the sample
17+
18+
* [Visual Studio](https://visualstudio.microsoft.com/downloads/)
19+
* [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac)
20+
21+
Refer to the following link for more details: [System Requirements](https://help.syncfusion.com/maui/system-requirements)
22+
23+
## How to run the sample
24+
25+
1. Clone the sample and open it in Visual Studio 2022 preview.
26+
27+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
28+
29+
2. Register your license key in the App.cs file as demonstrated in the following code.
30+
31+
public App()
32+
{
33+
//Register Syncfusion license
34+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
35+
36+
InitializeComponent();
37+
38+
MainPage = new MainPage();
39+
}
40+
41+
Refer to this [link](https://help.syncfusion.com/maui/licensing/overview) for more details.
42+
43+
3. Clean and build the application.
44+
45+
4. Run the application.
46+
47+
## License
48+
49+
Syncfusion has no liability for any damage or consequence that may arise from using or viewing the samples. The samples are for demonstrative purposes. If you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage related to use, for accessing, or viewing the samples. By accessing, viewing, or seeing the samples, you acknowledge and agree Syncfusion’s samples will not allow you seek injunctive relief in any form for any claim related to the sample. If you do not agree to this, do not view, access, utilize, or otherwise do anything with Syncfusion’s samples.

0 commit comments

Comments
 (0)