cuappdev / cuappdev/eatery-android
Recyclerview loses images when it 'recycles'
Open
Priority: Medium
Starter Task
Type: Enhancement
- Dominant language
- Java
- Stars
- 7
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
When scrolling fast a bunch of blank eateries are visible as it takes some time for the images to load in. Few things we can look into for here, caching images will probably help the load time so we don't have to refetch the URL each time we load the image (don't know if this happens or not), or look into RecyclerView.ViewCacheExtension() built-in method
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.