Skip to content

Commit 2662498

Browse files
author
Vignesh Ramesh
authored
Merge pull request #1 from VishalOmprasad/master
XAMARIN-43979 : Code example site improvements
2 parents 7cc8040 + d25a794 commit 2662498

File tree

1 file changed

+53
-2
lines changed

1 file changed

+53
-2
lines changed

README.md

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,53 @@
1-
# How to use effects view in ListView (SfListView) Xamarin.Forms ?
2-
How to use effects view in ListView (SfListView) Xamarin.Forms ?
1+
# How to use effects view in ListView (SfListView) Xamarin.Forms
2+
3+
This repository contains sample to use [Effects View](https://help.syncfusion.com/xamarin/effects-view/getting-started) in the [Syncfusion Xamarin.Forms ListView](https://help.syncfusion.com/xamarin/listview/getting-started) control.
4+
5+
Please refer the KB through this [link](https://www.syncfusion.com/kb/11030/how-to-use-effects-view-in-listview-sflistview-xamarin-forms).
6+
7+
## Syncfusion controls:
8+
9+
This project used the following Syncfusion control(s):
10+
* [SfListView](https://www.syncfusion.com/xamarin-ui-controls/xamarin-listview)
11+
* [SfEffectsView](https://www.syncfusion.com/xamarin-ui-controls/xamarin-effects-view)
12+
13+
## Supported platforms
14+
15+
| Platforms | Supported versions |
16+
| --------- | ------------------ |
17+
| Android | API level 21 and later versions |
18+
| iOS | iOS 9.0 and later versions |
19+
| UWP | Windows 10 devices |
20+
21+
## Requirements to run the sample
22+
23+
* [Visual Studio](https://visualstudio.microsoft.com/downloads/) or [Visual Studio for Mac](https://visualstudio.microsoft.com/vs/mac/)
24+
25+
Refer to the following link for more details - [System Requirements](https://help.syncfusion.com/xamarin/system-requirements)
26+
27+
## How to run the sample
28+
29+
1. Clone the sample and open it in Visual Studio.
30+
31+
*Note: If you download the sample using the "Download ZIP" option, right-click it, select Properties, and then select Unblock.*
32+
33+
2. Register your license key in the App.xaml.cs file as demonstrated in the following code.
34+
35+
public App()
36+
{
37+
//Register Syncfusion license
38+
Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
39+
40+
InitializeComponent();
41+
42+
MainPage = new App1.MainPage();
43+
}
44+
45+
Refer to this [link](https://help.syncfusion.com/xamarin/licensing/overview) for more details.
46+
47+
3. Clean and build the application.
48+
49+
4. Run the application.
50+
51+
## License
52+
53+
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)