Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recyclerview loses images when it 'recycles' #182

Open
connorreinhold opened this issue Nov 14, 2019 · 1 comment
Open

Recyclerview loses images when it 'recycles' #182

connorreinhold opened this issue Nov 14, 2019 · 1 comment

Comments

@connorreinhold
Copy link
Member

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

@ningning621
Copy link
Contributor

Picasso (our image library) should already do some caching, I would look into caching thru Picasso - most likely we're not using it optimally

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants