1. 程式人生 > >將專案res資料夾下的圖片資源轉化成bitmap

將專案res資料夾下的圖片資源轉化成bitmap

Resources res = context.getResources();
Bitmap bmp= BitmapFactory.decodeResource(res, R.mipmap.flower);