I have a short question:
How is it possible to convert a String, containing the Id of a Drawable, which is
String idString = \"R.drawable.bubblegum\"
int idInt = R.drawable.bubblegum;
Unless there's something I'm missing here.