FFImageLoading
FFImageLoading copied to clipboard
Custom image source for video with Xamarin Forms?
How can I hook up custom code to load an image from a video? Documentation indicates it's possible by passing a task to ImageLoader, but I don't see how to do that in Xamarin Forms?
Could I create a custom ImageSource and bind that to a CachedImage? Is there a better way to do it?