I have the following text:
Texto|Texto|Texto|
I want to display it in a TextView, but every "|" (pipe) it will break the line.
In this way:
String texto = this.textoQuebrado;
String[] array = texto.split("|");
conteudo.setText(Arrays.toString(array));
It looks like this:
|T|e|x|t|o|||T|e|x|t|o|||T|e|x|t|o||