android-tabactivity Questions
7
Solved
I have a project in which i setted:
minSdkversion setted to 10
MainActivity is a TabActivity
Code in onCreate method is this:
super.onCreate(savedInstanceState);
requestWindowFeature(Window....
Bandstand asked 5/9, 2012 at 11:20
2
Solved
I've gone through many examples, questions and tutorials but I've never seen an activity launch (launch a new intent) with a specific tab. I know that one can use .setCurrentTab to switch to a tab,...
Hiatus asked 20/6, 2012 at 16:51
2
Solved
I have done both separately and I want to combine the both activity in single activity. I can't get any idea what should I do. Please please help me.
MainActivity.java
Public class MainActivity e...
Nigger asked 21/1, 2016 at 7:18
5
Solved
I tried to make oval shape tabhost as expected below shape.
I tried the below codes.
public class AndroidTabLayoutActivity extends TabActivity {
TabHost tabHost;
@Override
public void onCr...
Caveat asked 2/2, 2017 at 13:27
2
Solved
I have two Activities. One is normal Activity which contains listview and second one is Tabbed Layout which it have two tabs. One is "Description" tab and another one is "Sample Code" tab.
I have ...
Stainless asked 26/12, 2016 at 5:56
5
It appears that TabActivity is now deprecated, we need to use Fragments.
I tried using a standard Activity but couldn't call getTabHost.
So it appears i have to use Fragments. But i am a little c...
Leverrier asked 12/9, 2012 at 6:32
3
I am trying to get the Click event when clicking on currently selected tab of my
TabActivity.
I tried below code but when i click on one tab the other tabs are not working/clicking properly.
s...
Reamer asked 21/2, 2012 at 5:51
2
Solved
I want to implement the functionality same as was there in iPhone
I implemented the custom Tabhost same as in iPhone in the bottom bar. I can set
two Icons for Normal/Selected state but I need ...
Tangy asked 28/11, 2011 at 7:33
3
In my project, I have two tabs and a button. For two tabs,I have two activities and button calling different activity. the thing is I am showing result of button on first tab. i.e tab0 is active on...
Bottali asked 29/11, 2011 at 13:7
0
I have 3 tabs.
1st tab contains 1st activity.
2nd tab contain 2nd activity.
1st activity contains list of items.
When I click on item in list, I'm passing it's information via intent to 2nd acti...
Sleekit asked 5/12, 2012 at 7:26
3
Solved
Since the introduction of Fragments the TabActivity is deprecated.
The Hello Views TabLayout Tutorial however still uses the TabActivity and the API-Documentation has no clear answer on how to cr...
Bunny asked 30/9, 2011 at 6:28
1
I am beginner for android and i am studying some tutorials on the internet.
I was studying "tabactivity" but on android site tells me it is deprecated.
What this means? It is not for use ...
About asked 23/1, 2012 at 1:37
3
I have a TabActivity. Each tab point to a sub activity. This works great.
Is there any clever way to refresh one of the activity tabs? I just want to 'restart' the activity in tab #3 for example....
Course asked 12/3, 2010 at 0:9
1
Solved
Now that TabActivity is deprecated, what is the proper way to build a tabbed interface using fragments? Every tutorial I have seen takes a different approach. Some of them are supremely complicated...
Battlefield asked 8/11, 2011 at 16:38
1
Solved
I am creating an application which has five tabs at the bottom of the screen, each of which opens a different Activity.
My Tab Activity extends TabActivity which I have just read is deprecated and...
Collateral asked 29/9, 2011 at 15:37
1
© 2022 - 2024 — McMap. All rights reserved.