cachedBitmap

public static ImageSource cachedBitmap(Bitmap bitmap)

Provide a loaded and cached bitmap for display. This bitmap will not be recycled when it is no longer needed. Use this method if you loaded the bitmap with an image loader such as Picasso or Volley.

Parameters

bitmap

bitmap to be displayed.