i am working on a android application in which text is entered by Button.Pressing that button will create a string and that string will be displayed on the textView, If the is Button is pressed again then the created string will be added to the string on textView ,in case the button is pressed many times, a long string is created which cant be shown in textview due to single line.only the beginning strings will be shown.so my question is how to make disappear old rather than disappearing of new text in single line textView???
i got the solution to some extent in which i am able to shift the older text with new text when it becomes big for screen.but how should i scroll back to that older text?? help me out guys