Hello,
We're thinking about migrating our app to Xamarin, some of us favour Xamarin Native while others favour Xamarin Forms. In order to help us decide I've made a small app to compare the two :
https://github.com/sferhah/NextInpact
Here are the results with vids (This behaviour can only be reproduced with slow devices):
As you can see, Forms does not have the time to render the image within the cells while scrolling on Android, on UWP it's worst : a black cell.
With a ViewCellRenderer I get much better results (as good as a whole screen with native views) which seems promising.
At first I've totally excluded Forms as an option, but now I hesitate between these two :
-Xamarin Forms with native renderers when necessary.
-Xamarin Native with MVVMCross.
What are your thoughts?