fossasia / susi_android

SUSI.AI Android App https://play.google.com/apps/testing/ai.susi
Apache License 2.0
2.42k stars 1.11k forks source link

feat: Fast Image Loading #2533

Closed FareesHussain closed 3 years ago

FareesHussain commented 3 years ago

Changed Picasso Image Loader with Glide image loader Reasons -

  1. Glide’s loading times are faster and it uses a small amount of memory for cache
  2. Glide might be a better alternative to Picasso when memory footprint is less of a concern or more and larger images need to be processed
FareesHussain commented 3 years ago

i can't understand why i'm getting the link check error in the circle-ci can some one please help with this