dotnet / dotnet/maui

Image Retry + Retry Delay

Open
#7,502 1 comment 1 reaction 0 assignees View on GitHub
area-controls-image good first issue proposal/open t/enhancement ☀️
Dominant language
C#
Stars
23.3k
Forks
2k
Avg merge
1d 14h
Merged PRs (30d)
296

Description

### 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](https://user-images.githubusercontent.com/5297255/170497951-7ae05c35-c299-4559-a445-649ae63765ac.png)

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

Open the contributing guide

Research direction

Start by reviewing the MAUI image-loading capabilities and the requested Retry Count and Retry Delay behavior described in this issue. Clarify the public API, supported platforms, and expected behavior on intermittent connections before implementation; the issue provides no files or tests to run.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
mobile-dev
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.