This may seem like a stupid question, but I\'ve been searching and can\'t find an answer.
I\'m creating an android application and within it there is a button that w
Try:
String str = "my string \n my other string";
When printed you will get:
my string my other string
my string
my other string