Problem - Tangible delay in getting and clipping a Bitmap from a drawable .
Bitmap bt = BitmapFactory.decodeResource(context.getResources(), R.drawable.bg); bt = Bitmap.createScaledBitmap(bt, width, height, true); How can I optimize / speed up getting a clipped Bitmap ?