I want to declare a new Bitmap but i have some names for the image, R.raw.XXXXXXX, and i dont want to create a terrible switch with all the posibilities... any idea?
for example: Bitmap bitAnimal = BitmapFactory.decodeResource(getResources(), myString);
thanks!