Android 4.2 : Main Activity actionbar hides launching the new activity -
I am developing an Android application, where in main activity I am making an application with tab for the application. I've set up the listener to click the tab on the AdWords tab, which launches new activity in the app ... until all this is working properly. The problem is: When new activity is created on the tablet, the application's actionbar (which has been created in the main activity) has not been shown .... This app shows icon and name, but any tabs that I have in main activity Made it.
I'm not using any supported libraries to support earlier versions of Android. I'm using Android 4.2.
Thanks in advance.
The solution might be as explained to expand the CreateOption menu method.
Provides some guidance on possible solutions, using pieces instead of activities.
Comments
Post a Comment