beraybentesen / glide-xamarin-android

Glide Xamarin Binding
https://www.nuget.org/packages/Glide.Xamarin/
61 stars 14 forks source link

Glide - Xamarin Android Binding Library

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
Fast Loading from Cache Combine Gif with Image

Usage

    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);

Authors

Contributors