I have created tabs using intents.MainPage.java is my class that extends TabActivity and other 5 activites that extends Activity which i have added as tabs. I need to get Strings from the 5 activities which i have added as tabs once a click is performed in the MainPage.java class
I have created tabs using intents.MainPage.java is my class that extends TabActivity and other
Share
From the documentation:
Here are some
Fragmenttutorials to help you get started.Also, check out
FragmentTabs.javaon the developer site.