If you want to show a menu item in action bar, the activity MUST extends ActionBarActivity according to this answer.
I have an activity which extends FragmentActivity. Actually I have to extend FragmentActivity because I'm using Tabs in my Application.
So my question is, how can I show a menu item as action bar and also use Tabs in my activity?!
Thanks for any help.