Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 978 Bytes

README.md

File metadata and controls

43 lines (25 loc) · 978 Bytes

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

  • Beray Bentesen - @BerayBentesen on Twitter

Contributors