rozdoum / social-app-android

Build your social app for Android with the code template that includes the following key features for social networks as likes, comments, posts, image uploads, etc.
Apache License 2.0
453 stars 262 forks source link

Post list not cached. #79

Closed Tanv33rA closed 5 years ago

Tanv33rA commented 5 years ago

recycler view of post items not cached . when we scrolled down and come back to first item image reloads from firebase instead of cached data .

Batishev-Rozdoum commented 5 years ago

Hello, @Tanv33rA Actually we use Glide for this project for work with images, and use Glide cache with DiskCacheStrategy.ALL for the Post image in list. But cache has fixed size, and after the cache is full old images will start to be removed from the cache. That's why you saw that images was reloaded.