If there a view for holding large amounts of text? Edittext is really not ideal for this and seems to have a limit (whatever it is). I just want to be able to display a large amount of text in a scrollable manner (similar to a word processor or terminal emulator without the the user editing the text though - just viewable text with no input).
I was trying to see if a scrollview would work and literally draw the text to the scrollview1.panel.canvas but what a nightmare to simply display text. I really just want to dump a lot of text into a view and have the user be able to read it and scroll it.
Anyway, I figure there must be an easy way to do this without resorting to drawing text.
Thanks for any help.
I was trying to see if a scrollview would work and literally draw the text to the scrollview1.panel.canvas but what a nightmare to simply display text. I really just want to dump a lot of text into a view and have the user be able to read it and scroll it.
Anyway, I figure there must be an easy way to do this without resorting to drawing text.
Thanks for any help.