Start a Project

Displaying Image with Glide in Android

Glide

Glide is library which used to load fast images in Android.Glide can displays images , video and animations  .

Dependency

How to use

You can load images in Glide simply by their url

You can resize images size . Glide provide predefined method override

In Glide library you can attach placeholder or error images

You can crop image by using method centerCrop()

If you want to fit image size completely inside container you can use fitCenter

 

Glide can load images faster and easy way . It is very helpful .

Exit mobile version