Xamarin Forms Controls doesn't Work

Hello,

I add nuget URL via nuget package manager (http://nuget.syncfusion.com/nuget_xamarin/nuget/getsyncfusionpackages/xamarin/) I want to use listview and pulltorefresh controls.
I add core, listview and pulltorefresh nuget packages on my projects

Netstandart project nugets;
  • Syncfusion.Xamarin.Core
  • Syncfusion.Xamarin.SfPullToRefresh
  • Syncfusion.Xamarin.SfListView
Android project nugets;
  • Syncfusion.Xamarin.Core
  • Syncfusion.Xamarin.SfListView
  • Syncfusion.Xamarin.SfPullToRefresh
  • Syncfusion.Xamarin.SfPullToRefresh.Android
iOS project nugets;
  • Syncfusion.Xamarin.Core
  • Syncfusion.Xamarin.SfListView
  • Syncfusion.Xamarin.SfPullToRefresh
  • Syncfusion.Xamarin.SfPullToRefresh.IOS
iOS FinishedLaunching;

        public override bool FinishedLaunching(UIApplication app, NSDictionary options)
        {
            global::Xamarin.Forms.Forms.Init();
            SfPullToRefreshRenderer.Init();
            SfListViewRenderer.Init();
            LoadApplication(new App());

            return base.FinishedLaunching(app, options);
        }

Syncfusion controls works perfect on iOS but Android it doesn't work.

Thank you for your help!

Regards,
Yigit


1 Reply

MK Muthu Kumaran Gnanavinayagam Syncfusion Team February 7, 2018 12:54 PM UTC

Hi Yigit,

We have checked the reported query "SfListView and SfPullToRefresh controls doesn't work in Android platform" from our side. We have created a sample to check whether the SfListView and SfPullToRefresh NuGet packages are installed properly from the Syncfusion NuGet server. We have found that the packages are installed properly and all the required dll's are referred in our projects files. We suspect that the reported issue is due to missing of assemblies in your android projects.

So could you please check whether the dll's needed for SfListView and SfPullToRefresh control has been referred properly in your project reference?  
Please refer the below documentation link to know about the list of assemblies needed for functioning of SfListView and SfPullToRefresh.



For your reference, we have attached the sample and you can download it from the below location.


As the provided details is insufficient, we couldn't analyse the issue further. So could you please share more details regarding the reported issue?

- Could you please share the stack trace of the reported issue?
- Also please share the template in which the SfListView is loaded or modify our sample to reproduce the reported issue which helps us to understand and resolve the issue better.
- If possible can you share the issue reproducing sample with a replication procedure or video cast?

Regards,
G.Muthu kumaran.
  


Loader.
Up arrow icon