I should split a long text for being shown within as much column as needed. For instance i’ve got a 80 lines text and i want to show it within two textview longer then larger one next to the other one, each one with a maxlines of 60. Any suggestions for doing that?
Share
I know this is an old question, but even though …
maybe have a look here :
http://www.accella.net/multi-column-text-displays-in-android/
you need to display your text into a first textview, then get what does not appear in that first textview, then display it in a second textview and so on.
To get the “invisible” text from your textview, here is some code: