Closed AnuragThePathak closed 3 years ago
@AnuragThePathak Storing the images in database is never a good idea because databases are not efficient with BLOB type data. It would make more sense to cache them on disk as files using Glide - https://bumptech.github.io/glide/doc/caching.html Let me know if this makes sense and I can pick it up
After hearing from I have also checked what instagram and google news do in this case and found that their data simply goes away once cache is cleared. Maybe we too don't need this feature.
@AnuragThePathak Storing the images in database is never a good idea because databases are not efficient with BLOB type data. It would make more sense to cache them on disk as files using Glide - https://bumptech.github.io/glide/doc/caching.html Let me know if this makes sense and I can pick it up