This is Glide tutorial for Android to load images from url and show progress count while Glide loading big images. Loading images with Glide are easy and best solution, because Glide store images in cache same as Picasso library. Using Glide library is better than own implementation and show images on ImageView. And you are reading this tutorial because you know about Glide and how to use Glide to load Images efficiently on Android from URL.
ok so lets focus on our main topic about how to display progress count while Glide is Loading big images. As you know Glide doesn’t provide any Interface which will notify Progress count. So we have to use OkHttp with Glide, so that we can get Download progress count.
for this we can use OkHttp Library and OkHttp Integration for Glide.
Now we need to create an Interface which will give progress count from OkHttp to our activity.
and below is code of my xml file.
Quick Links
Legal Stuff
Social Media