I'm developing a store front app for a shopify website and wanted to display images and product titles on the home screen with a card layout with data pulled from the stores server.
I have it displaying everything and can scroll it fine, however when scrolling quickly through the app some of the products are displayed showing different product images briefly, and then the correct one loads seconds later.
Is there a way to download or keep the images cached so they always stay in the correct cardView? Is there something I need to add to the layoutManager or the recyclerView in java?
I'm on mobile so can't upload code yet but can later if needed.