Hi!
i'm very new to coding - how do i add an image in between my text in an ITEM_CONTENT String?
I am using Visual Studio 2012 in C Sharp, using a XAML template. I'm playing around with the templates and inserting my own content, but have no idea how
to insert an image.
It currently looks something like
String ITEM_CONTENT = ("text text");
how do i add a picture in between the two text? anything i type in between the " " simply come up as text - i am unfamiliar on how to use image_path etc, do i need to
define anything, or is there something really simple and basic like using <image source= ..../> in html?
Thanks!