Hello, I have four screens in my android application and I want every screen in the action bar to have a different name. I tried changing the title using getActionBar().setTile()
:
Only as I have API 9 as a minimum version and I can not use it. Is there any other option that works from API 9?