VERSION : 4.1.1
Glide is a fast and efficient image loading library for Android focused on smooth scrolling. Glide offers an easy to use API, a performant and extensible resource decoding pipeline and automatic resource pooling.
Fast Loading from Cache | Combine Gif with Image |
---|---|
Install-Package Glide.Xamarin
Download : Nuget Package
Follow guideline from original native library here.
A sample usage
Glide
.With(this)
.Load("Url")
.Apply(RequestOptions.CircleCropTransform()).Into(imgTest);
- Beray Bentesen - @BerayBentesen on Twitter