Jul 10, 2017 · 1 min read
I used Glide in a project and it work pretty fine until when users on 2G network keep complaining that the images are not loading.
On the other hand, Picasso loads the images on a 2G network though it took some seconds (which is bearable) unlike Glide which didn’t load the images.
Is there a configuration to make Glide load images when user is on a 2G network?
