I need to edit the textview without replacing the all text, for example myText : Hi Like if i click the button it will add "Hello" , so it should be like this "Hi Hello" without replacing the all text.
Sorry for bad English.
I used setText and it replace all text
try this way
This is your first text view
And if your button clicked , add this code for change "hi" to "hi hello"