I have some images in my res/drawable folder. Let\'s say img1.png, img2.png and img3.png. I am currently creating an inte
res/drawable
img1.png
img2.png
img3.png
I think it's best to keep them in code.
private static final int[] AVATARS = new int[]{ R.drawable.ava_1, R.drawable.ava_2, R.drawable.ava_3...};