I want to access a resource like a String or a Drawable by its name and not its int id.
Which method would I use for this?
int resourceID = this.getResources().getIdentifier("resource name", "resource type as mentioned in R.java",this.getPackageName());