Loading application resources (strings, images, etc.) in Connect IQ is done using symbols. Symbols are a compile-time construct, so any resources I want to put in my application have to be hard-coded in my source files. I would like to be able to reference resources dynamically (e.g., allow loadResource() to take strings) so that I can reference image resources within strings, e.g. loading an image from Markdown source.