Questions tagged [tabactivity]

This tag is related to android TabActivity. It is an activity that contains and runs multiple embedded activities or views.

320 questions
-1
votes
1 answer

deprecated TabActivity in android no errors but the application unfortunately stopped when clicking button

PS. i am new in android and java programming. i have this problem in my application it crashes when i clicked on my intent button which handles tab activity (the deprecated one), there are no errors with some warnings but i can't seem to figure out…
-1
votes
1 answer

Can not convert from TabActivity to FragmentTabHost

I have a class which extends TabActivity Because TabActivity is deprecated, i would like to convert it using FragmentTabHost. The problem is when i launch the app, i get this error. Because i still a newbie on android, can someone help me how to…
Bombolo
  • 749
  • 2
  • 8
  • 19
-1
votes
1 answer

Override Back Button in Fragments

I have to modify the back button commands for a couple of layouts from 5 fragments of an TabActivity. I tried this code for the main activity: @Override public void onTabChanged(String tabId) { TabInfo newTab = mTabs.get(tabId); …
rosu alin
  • 5,674
  • 11
  • 69
  • 150
-2
votes
1 answer

Android Tabactivity with different apk's

i found that when using android TabActivity to open tabs where each tab is an activity works fines. (used the android example HelloTabWidget) But when i try activating one of the tabs as an activity from a different apk, it causes a crash. do you…
nir
  • 99
  • 2
  • 8
-2
votes
2 answers

Switch Case is not working properly in TabActivity's Fragment

I'm working on tabactivity's fragment but i'm facing an issue like When i swipe the tab fragment then same UI of tab1 will appear on tab2 i.e.Switch case is not working properly inside placeholder class.While Tab1 and Tab2 having different…
user9207463
1 2 3
21
22