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\"
Call getIdentifier()
on the Resources
object you get via getResources()
, as seen in these StackOverflow questions:
among others.