I am developing an android application, where in MainActivity i am creating the actionbar with tabs for the application. i do have set listener for Tab click of actionbar which launches new activity in the application...till this everything is working fine. Problem is : When new activity get created on Tab click, ActionBar of the application (which is created in main activity) is not shown....it shows application icon and name but NO TABS which i created in Main Activity.
I am no using any supported libraries to support previous versions of android. I am using Android 4.2.
Thanks in advance.