Multiple Activities In Single Tab Android
In my application I am trying to open an activity from a button in tab using intent. But instead of opening in the same tab the new activity covers the entire screen and the tabs a
Solution 1:
You can do it using fragments..check http://mobile.tutsplus.com/tutorials/android/android-compatibility-working-with-fragments/
Post a Comment for "Multiple Activities In Single Tab Android"