[Solved] How to make title bar in android App [closed]


This can be done with the built-in ActionBar. I Recommend following the tutorials on googles website. Also you should know that the native ActionBar requires API level 11, so if you’re interested in a very high compatibility, you need to use a library like ActionBarSherlock.

solved How to make title bar in android App [closed]