I am trying to split the single string in to two lines using \n in android but it shows as it is with \n too. I am expecting below,
String new = "Hi, How are you";
In EditText box I need,
Hi, How are you
I know its simple question but I couldn't find a solution.