I have some Images in my project. The name of the image is stored in a String and I would like to setImageResource(R.drawable.\".....\"); with the string of the image name but t
See this thread. It should help you. Basically you need to get the identifier and then load using setImageResource.
setImageResource