Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.image1);
プロジェクト内のリソースからBitmapFactoryクラスを利用してBitmapのインスタンスを取得する方法を紹介しています。