Skip to content Skip to sidebar Skip to footer

Terminal Like Scrolling Text Android

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 c

Solution 1:

Call textView.invalidate() to force it to redraw itself.


Post a Comment for "Terminal Like Scrolling Text Android"