Is it possible to change the size of the tabs displayed in a TabActivity? I\'m currently only putting text in my tabs and I\'d really like to minimize the size as much as possible.
i h开发者_运维百科ave three tab activity in my application(Home,Search,Back), Now on first tab I have some more activities. Now I want to go previous activity from the current activity so how can I do
I have a tabhost that contains 5 tab开发者_Python百科 (Monday .... Friday). I want to change the indicators dynamically from other activities (using a button)
I have a problem with my code and i don\'t seem to find it ! The error is...Application has stopped unexpectedly! I don\'t have a clue about what\'s going on. (i\'m also a DevAndroid begginer)
code is given below, problem is i am not able to remove \"Main\"tab from the code, as it just closes the application, and that happens because once main tab is removed it selects \"call\" tab default
I\'m going to create an activity that shows statistic. I planned to have a TabHost with two tabs, the first one displays data in a table and the second tab displays a js diagram of the same data using
I am Having Nested Tab Activity. TabMain (TabHost) with that i have ChildTab (another TabHost) and other 2 Activities.
I have a TabActivity class which uses Intents to populate the content view. Under certain conditions, I would like to intercept a tab selection event, put up a message dialog, suppress the selected In
Got a funny thing. I have app via several classes in the end shows tabhost screen build dynamic. Tabs are dynamic as are the options below each tab.
I\'m trying to add native tabs to my phonegap application on Android. I have a way of doing it where each tab has it\'s own Activity and use loa开发者_StackOverflow社区dUrl to load Phonegap in the vie