Skip to content

Commit db2fe56

Browse files
Merge pull request #1 from SyncfusionExamples/845617-CorrectInvalidRepo
845617-Update ReadMe file.
2 parents 0f9df92 + ba2e7ed commit db2fe56

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,43 @@
11
**[View document in Syncfusion Xamarin Knowledge base](https://www.syncfusion.com/kb/12250/how-to-customize-the-month-cell-with-appointment-count-in-xamarin-forms-calendar-sfcalendar)**
22

3+
## Supported platforms
4+
5+
| Platforms | Supported versions |
6+
| --------- | ------------------ |
7+
| Android | API level 21 and later versions |
8+
| iOS | iOS 9.0 and later versions |
9+
| UWP | Windows 10 devices |
10+
11+
## Requirements to run the sample
12+
13+
* [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/)
14+
15+
Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/xamarin/system-requirements)
16+
17+
## How to run the sample
18+
19+
1. Clone the sample and open it in Visual Studio.
20+
21+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
22+
23+
2. Register your license key in the App.xaml.cs file as demonstrated in the following code.
24+
25+
public App()
26+
{
27+
//Register Syncfusion license
28+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
29+
30+
InitializeComponent();
31+
32+
MainPage = new App1.MainPage();
33+
}
34+
35+
Refer to this [link](https://help.syncfusion.com/xamarin/licensing/overview) for more details.
36+
37+
3. Clean and build the application.
38+
39+
4. Run the application.
40+
41+
## License
42+
43+
Syncfusion has no liability for any damage or consequence that may arise by using or viewing the samples. The samples are for demonstrative purposes, and if you choose to use or access the samples, you agree to not hold Syncfusion liable, in any form, for any damage that is 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)