I am using XF to create an Android app and I use TableView to create a page with settings. However you scroll the table view, the more you do it, the slower it gets. You can also see GC going crazy in the logs.
I noticed that when you have only one section, everything seems to be fine. I attached a sample project so you can check as well.
I am using latest Xamarin from stable channel (but I also tried alpha) and latest nuget packages.
Anyone encountered similar issue?