Required Plugins :
https://www.nuget.org/packages/CardsView
https://www.nuget.org/packages/Xamarin.FFImageLoading.Forms/
https://www.nuget.org/packages/Newtonsoft.Json/
1. Don’t forget to add nuget package on all projects i.e shared project , android, ios
Platform Specific :
IOS project
AppDelegate.cs :
AndroidProject
MainActivity.cs
2. MainPage.xaml
MainPage.xaml.cs
3. Create a Model Folder and create a new class MyMainModel.cs
4. Create a viewmodel class :(MainPageViewModel.cs)
5. At last you need to create a json file(DataCollectorJson.json) inside MetaData Folder :
6. The Expected Output :
Download Full Project : http://xamaringuyshow.com/imageslidertut20/