You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: