I'm trying to get a text scrolling by terminal like effect for an application I'm writing. The problem is that the textview only updates after all the text has been added.
How can I get it so it updates every line?
Call textView.invalidate()
to force it to redraw itself.