Search code examples
javaandroidtitlebar

Android: How can I change title in action bar, but keep app name the same?


How can I keep the name of my app the same, but change what the title of the main activity is called?


Solution

  • setTitle("Hello StackOverflow"); worked