dotnet/maui

Image Retry + Retry Delay

Open

#7.502 geöffnet am 26. Mai 2022

Auf GitHub ansehen
 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)C# (1.951 Forks)batch import
area-controls-imagegood first issueproposal/opent/enhancement ☀️

Repository-Metriken

Stars
 (23.245 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 47T 9h) (248 gemergte PRs in 30 T)

Beschreibung

Description

I am currently using FFImageloading with Xamarin Forms. I am checking out my dependencies in my current project for upgrade to MAUI. FFImageloading is a concern as I used it for fast image rendering on Android & iOS. As the Glide functionality is now integrated into MAUI for Android I have one less concern ;))

Looking at the FFImageloading repo it does not seem to be supported anymore by the authors. In nuget the latest download stats on the latest version is around 4.2 million downloads

https://www.nuget.org/packages/Xamarin.FFImageLoading/

So alot of developers are going to trip on this library. One of the other features I used FFImageloading for was Retry Count + Retry Delay for redundancy reasons.

image

This is a must on mobile devices that connects to unstable / intermittent internet connections to prevent for eg a listview from skipping images and displaying nothing.

Any chance that the MAUI team can support Retry Count & Retry Delay within MAUI ?

Public API Changes

'

Intended Use-Case

'

Contributor Guide