Skip to content

BitmapCache for Android Bitmaps

Choose a tag to compare

@roubachof roubachof released this 07 Oct 10:17
· 16 commits to master since this release

[Android] Performance

Add a bitmap cache on android so that for a given Color, BlurRadius and Size, only one instance of an Android Bitmap will be created and shared between all views.

Fix

  • #21 Cannot access a disposed object. Object name: 'Android.Renderscripts.RenderScript'.
  • #22 Improve Shadows performance on Android enhancement