I\'m using fragment activity on one project, but it seems v4 support FragmentActivity doesn\'t has getSupportActionBar() method, and I need to use
FragmentActivity
getSupportActionBar()
Sameera getSupportActionBar() is the new way to get the ToolBar. In fact, ActionBar is now deprecated in Google Material Design.
ToolBar
ActionBar