I\'m a beginner android/java programmer and my background is primarily in C++ and C#. In C# if I have a string variable called myWord and it has a value of \"Hello\" I can appen
You can call append() on a TextView object.
append()
In your case it would be: displayTextView.append("Bob!");
displayTextView.append("Bob!");