InputStream ims; try { ims = getAssets().open("檔名"); Bitmap bmp = BitmapFactory.decodeStream(ims); item.put("pic", bmp); } catch ...
確定! 回上一頁