C# (CSharp) FFImageLoading.Drawables SelfDisposingBitmapDrawable - 6 примеров найдено. Это лучшие примеры C# (CSharp) кода для FFImageLoading.Drawables.SelfDisposingBitmapDrawable, полученные из open source проектов. Вы можете ставить оценку каждому примеру, чтобы помочь нам улучшить качество примеров.
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.