Android Question simple scrolling display of text

jparkerri

Member
Licensed User
Longtime User
I need to simply keep displaying text so that the old lines runs off the top or bottom of the screen. I've looked at ScrollView and EditText based on querying the forums and seeing other examples. I don't need to edit or control the scrolling. I just need to see the newest lines over whatever height my view is. Does someone have an example of displaying a continuous stream of data in a window? Thanks.
 

mangojack

Expert
Licensed User
Longtime User
Upvote 0
Top