I want to set my textview to have a string, then, after some seconds i want to set another string to it. Is it possible with Android? Thank you very much.
This is what i want to do:
wtActivity2.updateStatus("Call rejected");
//timeout 5 seconds
wtActivity2.updateStatus("Ready.");
Pretty simple, actually: