|

Xamarin ListView performance & replacing it with Syncfusion SfListView

While Xamarin keeps adding features and improves the performance of Xamarin Forms with each and every update, what they offer in terms of cross-platform user controls is not always enough. In my case, I’ve got an RSS reader app which aggregates news articles from different sources and displays them in a ListView like this: While…

Fix Xamarin error – Csc.exe exited with code -1073741790. (MSB6006)

Just run Xamarin Studio as an Administrator. The error usually means that the process cannot access a certain resource. In my case that meant insufficient rights; but it could also mean that some file is already in use; in that case – Clean the solution & Rebuild and if that doesn’t work either do a…