I want to set title and subtitile of my action bar before compile time. I got a way to do it like this:
ActionBar ab = getActionBar(); ab.setTitle(\"My Title
Try This
Just go to your Manifest file. and You have define the label for each activity in your manifest file.
here change
android:label="@string/your_title"