I am using a JSON database.
In it I prefer to have strings.
If I store something like "singleImage_marginTop" as a string in the JSON file, I can get the string, but how would I convert it into something that I could use here?
image.setPadding(R.dimen.(the_string_to_be_used_here));