C# (CSharp) FFImageLoading.Drawables Namespace

Classes

Name Description
FFBitmapDrawable
SelfDisposingBitmapDrawable A BitmapDrawable that uses reference counting to determine when internal resources should be freed (Disposed). On Android versions Honeycomb and higher the internal Bitmap is Dispose()d but not recycled. On all other Android versions the Bitmap is recycled then disposed.