Last year I wrote my first droid app using Eclipse. My app pretty much just prints out a list, in
Java it was
Continued for 8-9 lines.
Well, I decided to update it. Decided to use AndroidStudio this time around, which was fun. Then I decided it was probably better to make my text a resource, which means putting it into an xml file. But I can't find anything telling me how to make an xml
string more than a line long.
Advice?