I am developing an app that need to display a list of news. Every news has a image. For this I am using Xamarin.Forms to target iOS and Android. I want to implement lazy loading for the images of the ListView. I have used a custom cell template. I have searched a lot but I only found implementation for Xamarin.Android and Xamarin.iOS, separately. Is there a way to implement such functionality in Xamarin.Forms.
Do you have any suggestions ore examples where to start?