TypedArray mTypedArray = getResources().obtainTypedArray(R.array.images);
int imageId=mTypedArray.getResourceId(index, R.mipmap.image);
mTypedArray.recycle();
TypedArray mTypedArray = getResources().obtainTypedArray(R.array.images);
int imageId=mTypedArray.getResourceId(index, R.mipmap.image);
mTypedArray.recycle();
本文标题:资源文件数组化后取出使用
本文链接:https://www.haomeiwen.com/subject/sxkpyxtx.html
网友评论