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();