Search code examples
androidtitlebar

How can I dynamically change title bar title in the android application?


I want to change the title in the title bar dynamically.

How do I do this?


Solution

  • Use setTitle(title string ); to change the text of the title bar.