I want to know if its possible to change my app name within my MainActivity.java? I want the top title bar to have a changing score during different actions throughout the app.
Asked
Active
Viewed 47 times
0
-
1The top title bar is called the `ActionBar` and you don't have to change the name of the application to change what it says. For more information, check the [developer documentation](http://developer.android.com/guide/topics/ui/actionbar.html) – Andrew Schuster Dec 12 '13 at 19:09
-
1http://stackoverflow.com/questions/3438276/change-title-bar-text-in-android – David S. Dec 12 '13 at 19:10