I have some images from drawable in an int array and now i want to convert each image from int array into URI. Can anybody tell me how can i do this. Thanks in advance. Here is my array
int mBitmapIds = new int[]{ R.drawable.a, R.drawable.b,
R.drawable.c, R.drawable.d };