2013年1月19日 / 最終更新日時 : 2013年1月30日 管理者 Image BitmapとDrawableの変換 Bitmap(どう描くか) Drawable(何を描くか) //Resource → Bitmap BitmapFactory.decodeResource(getResources(), R.drawable.image) //Resource → Drawable getResources().getDrawable(R.drawable.image) //Drawable → Bitma […]