So there have been previous threads on this, but images are STILL being recycled in the latest release of Xamarin Forms.
So I use a single image on the left, that is downloaded from a URL. The listview is fast and works great EXCEPT for the fact that as list cells are recycled you can see the old image before the new one loads, causing flicker and unpleasant artifacts for the user.
What can I do to reduce or fix this?