I am also having performance issues with a large dataset under Android, although it seems to work fine on iOS.
Is there a resolution to this problem?
I also stumbled upon this performance problem a few days ago. The SfAutoComplete is bound to an observable collection of about 1000 (int,string) items. When running the Xamarin Forms app in the iOS simulator the response is instantaneous, but when the app is deployed to some Android phones I discovered the response to each keystroke takes about 10 to 20 seconds.
This is show-stopper for me, so I'm very keen to know if there is any progress or good news on this issue.
Thanks, Greg
Hello, I'm facing same problem, my list has 40000 items and after 20 minutes not load the page, but if I change to 10 items works fine.
I try using 15.3.0.29 and 15.3.0.26