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