Displays a list of tab labels representing each page in the parent's tab collection.
0
votes
0answers
13 views
Tabhost can't be clicked
I have created a project with 3 tabhost and every tab has its own content.
I got problem when running the app. I can't click the other second and third tab. Please help.
I attached my code below so ...
0
votes
1answer
19 views
icons in TabSpec on the TabHost
I have to put an icon for each tabspec for a tabhost(who has fragments inside); but with this piace of code it doesn't work: tabspecs fill the view and the fragments aren't shown. I tried with
...
0
votes
0answers
19 views
Tabs comes in Top and Bottom in same activity in Tab Layout in Android?
I am using Tab Layout in my activity but i want Tabs comes in Top and Bottom also, but the problem is that Tabs are either coming in Top or in Bottom, my question is that i want Tabs come in Top and ...
0
votes
0answers
16 views
Issue in managing Tab states using Fragment and FragmentActivity for android.support.v4 library
I have worked on TabActivity in last project and I manage all the states, but now TabActivity is deprecated so I decided to use Fragment and FrameActivity with Tabs using android.support.v4 library to ...
0
votes
3answers
28 views
android prevent auto start activity on the first tab
My android app has a tabhost with 5 tabs.
The problem is when I use setCurrentTab(2).Android start activity on the first tab then it start activity on the third tab. I find out that when I use method ...
0
votes
1answer
10 views
Android. call method for children tab in FragmentTabHost
I have FragmentTabHost with children tabs (Fragment)
public void onCreate(Bundle savedInstanceState) {
...
mTabHost.addTab(newTabSpec, MainTab.class, new Bundle())
...
}
How i can call ...
0
votes
1answer
20 views
Activities and It's Subactivities issue in Tabhost
I am having tabhost in my application, In my first activity one Listview is there..Now when i scroll and click on listview the subactivity is called.. Now, when i come back from secondActivity to ...
0
votes
2answers
27 views
TabWidget will not display, even though it displays in ADT editor
My TabWidget will not display, even though it shows up in the Eclipse graphical editor. I can't find any reason why. Why isn't my tab bar showing?
Eclipse
Emulator
XML source of the activity: ...
0
votes
1answer
20 views
set a different Class for Specs on TabHost
I'm Trying to set a different Class for Specs on my TabHost, but i had only some errors (log pasted below)
If i change my champ.setIndicator("Champion").setContent(R.id.tab1); and so on for the other ...
0
votes
1answer
23 views
Android: Start Activity on tab change
I have the following class in java. My purpose is to design a tabhost and have an activity start when the first tab is displayed. Also i want to have a different activity start when another tab is ...
0
votes
1answer
45 views
findFragmentByTag - looking for fragment in FragmentTabHost - always null
I'm having trouble getting a pointer to a Fragment which is the currently visible fragment in a FragmentTabhost.
I have a SherlockFragmentActivity called SecondActivity that loads the Tabhost from ...
0
votes
0answers
8 views
Removing a fragment added to a tabhost onTabSelected
please excuse me if this is a duplicate question , im greatly confused when it comes to fragment transactions in tabhosts.
I have a tabhost of fragments that works just fine, in one of the tabs is a ...
1
vote
2answers
62 views
+50
Any Alternate method for Class Casting
Following statement is not executing on some devices.
AddEvent act1 = (AddEvent) getLocalActivityManager().getCurrentActivity();
Is there any alternate method for above statement. On some devices ...
0
votes
0answers
21 views
android.view.WindowManager$BadTokenException - ProgressDialog error with Group activity
I'm learning about how to use GroupActivity to create activities in a tab and apply in my project. Everything seem ok until I add new progress dialog to download data from internet ...
I used this ...
1
vote
0answers
26 views
java.lang.RuntimeException: Unable to resume activity (While setting an image captured from camera)
I am trying to use camera class in my app. I just want to click a picture and set on the imageview and then posting it on some url. Posting on url working fine but sometime problem occurs while ...
1
vote
1answer
26 views
java.lang.RuntimeException: Unable to resume activity {packagename.classname}:
I am trying to use camera class in my app. I just want to click a picture and set on the imageview and then posting it on some url. Posting on url working fine but sometime problem occurs while ...
3
votes
1answer
29 views
Realizing a tab navigation inside an ActionBar navigation.
Heyho. I'm trying to realize a tab navigation inside an ActionBar navigation (with fragments), but i can't get it work! Is this possible? It would be curious if not...
.
This is what i already got:
...
1
vote
0answers
22 views
Getting error while using tabhost in 2.3.3
Hello i am using the tabhost in my application it works fine in 4.0 and up but when i try to run it in 2.3.3 it returns me a null pointer exception and force closes the application
here is the code i ...
0
votes
0answers
23 views
When starting Activity from intent, how to get the right parent in using getParent()?
Im confuse on how to determine the parent that will be returned by getParent().
I have this codes:
This is the MainActivity
Intent intent = new Intent(this, InvoicesActivity2.class);
//(*tab1) ...
0
votes
0answers
10 views
How to get the right parent when implementing tab in android application
I have an application in which I want to implement tabs. So, when I start another activity, the tab will still be at the bottom.
I have this one in my MainActivity
MainActivity extends ...
0
votes
0answers
59 views
Android: Fragment TabHost Icons cannot take up full space?
I've been messing with this for two days now and still can't seem to figure it out.
I''ve finally got the tabhost visible in all my activities however, in order to do so, I had to create a fragment ...
-1
votes
0answers
17 views
Is there any library supporting vertical tabhost?
Is there similar like ActionBarSherlock library which supports vertical tabhosts?
Somethink like this:
Thanks in advance.
2
votes
2answers
75 views
Custom Android TabHost Slow Fragments
I use ActionbarSherlock and SlidingMenu.
My MainActivity does not access a DB and no Parsing of what ever. Everything is static.
Tabs are generated dynamicly depending on the "Section" you choose ...
0
votes
0answers
19 views
Activity from TabHost pops up when OnNewIntent NFC is called
I've got NFC application with TabHost. 3 tabs are represented by 3 different activities. Each of these activities connect with NFC device. Below TabHost there is a common log window, which should ...
1
vote
1answer
35 views
I loose all my data when i change the orientation of my phone, or when navigte between tabs
I have a tabHost in a TabActivity, it contains 3 Tabs, and each one of theese tab has it's own class, i can navigate between the different Tabs using an Intent, Once i change the orientation of my ...
-1
votes
0answers
39 views
Android Tabhost second click
I am trouble with tabhost my code is below. and here ismy problem:
I click second tabe, after clickthird tabe and update db and if I click again second tabe ı ca not see my new data onl old data is.
...
0
votes
1answer
92 views
TabHost tabs are not horizontally scrolling when swiping using ViewPager
I am writing an app that uses many fragments. I have used ActionBarSherlock (with ActionBar). To work-around bug #240, I've decided to switch a functionally working implementation to use ...
0
votes
0answers
33 views
Adding multi-pane screens in a tab
I am developing a tabbed application that supports tablets and smartphones. This leads me to fragment design. However, having had little experience on fragments, I am seeking some feedback.
...
0
votes
1answer
25 views
change icon on tabhost android
i want to change icon when click on tabhost
below is the source code
private void setTabs() {
addTab("Home", TabHome.class, R.drawable.home);
addTab("Performers", TabPerformers.class, ...
1
vote
3answers
74 views
How to use WebView in a tab and call “(LocalActivityManager activityGroup)”?
I have three tabs that I want to use to utilize my three webviews to display specific domains. Everything builds find but when I try to launch the app it force closes when I Run it & if I Debug ...
0
votes
0answers
54 views
I can't see tab content?
I have created tabhost and in it two tabs Connection and Control. When i run them on my phone I can see them. After that I created class ConnectionActivity and ControlActivity but I can't see the ...
0
votes
1answer
14 views
TabGroupActivity is calling two Activities at a time eventhough I do setCurrentTab for only one
In my Android Application, I am using TabbedGroupActivity, where it is maintaing 5 tab Activities, when the app is in background for a while 30 mins or so. The tab selection automatically changing to ...
0
votes
2answers
34 views
startActivity from activity in tabContent area of tabHost
I have an app that uses TabHost and loads the different activities into the TabContent area of the layout. If I click on a tab, a new intent is fired off that starts the activity. All is working ...
0
votes
0answers
53 views
ListView header captures sliding of TabHost
I have a layout. First i will tell about it.
1.TabHost and below
2.List with Header and Footer.(Header is a View, that inflates a layout).
All following codings are in Fragment.
This is how i am ...
0
votes
1answer
42 views
Android TabHost - catch back button
I have an Android app that uses TabHost, the activity that calls the others based on the selected tab is simply called Main.java. I have tried to override the on back button event inside of the ...
0
votes
1answer
41 views
How do i display a ListView with a header below another ListView all in Tab1 of TabHost?
I'm trying to put a ListView below another ListView in the first tab using tabhost.
The reason i want it like this is because i want to divide a list of trading cards by type so i guess creating ...
0
votes
1answer
64 views
Tab bar icon animate into the text on android
In my Android app i have 5 tabs in the tab bar. If i set more than 5 letters for tab name, the word starts animating if selected from right to left. I want to set a tab bar "icon" + "text", so that ...
0
votes
0answers
27 views
Add icon to tab in android
I am trying to add an icon to a tab in android and it isnt working.
here is part of my code, im not sure what is wrong
th = (TabHost) findViewById(R.id.thbodyview);
th.setup();
TabSpec specs = ...
0
votes
1answer
54 views
New layouts in TabHost
I'm using tabHost in my application but in one of the views (corresponding to one of the tabs) I have a button that have to take me to another activity and then another layout. The question is: how do ...
1
vote
0answers
81 views
How to integrate tab host with zxing qr code scanner?
I want to integrate zxing qr code scanner in my application which is having three tabs in my application.
Currently when my one of the tab bar butto gets pressed at that time I am calling zxing qr ...
0
votes
1answer
92 views
How to change textview over tabhost listener
I'm new android programmer, and I don't know how to set new text of TextView after call by OnTabChangeListener. I've tried a lot of ways but each time was displayed weird error.
Edit: (Lastest code)
...
-5
votes
2answers
60 views
How to use Fragment in Android 2.2 with image sliding capability [closed]
I am trying to develop a NewsReader app in Android 2.2. I am looking for Sliding feature similar to this:
http://i.stack.imgur.com/nb3h4.jpg
In the center of the App I need to add one TabHost kind ...
0
votes
0answers
12 views
How to get Layout from the tab in the TabHost?
I am setting a layout in the Tab using TabHost as follow
myRequestsTabSpec = tabhost.newTabSpec(MyRequestsIndicator)
.setIndicator(createTabView(tabhost.getContext(), ...
0
votes
1answer
51 views
Image is stretched in textview on runtime in tabhost
<TabHost
android:id="@android:id/tabhost"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<LinearLayout
android:layout_width="fill_parent"
...
0
votes
1answer
132 views
Navigation Type (Fixed Tabs + Swipe)
In my application i have a tabhost with a tabwidget that have several Tabs.
Now i need a tab that show me inside the tabcontent a schedule grid that allow swipe to right and left to move through the ...
1
vote
2answers
46 views
Android TabHost causes a runtime error
I am creating a simple tab interface with 3 tabs using a TabHost. When I run my app there is an error and the debugger shows the following:
This looks weird since ActivityThread is a part of ...
0
votes
2answers
31 views
How to switch tabs programatically in android from fragment?
I have implemented a TabActivity which extends FragmentActivity. It has 5 tabs each tab is a Fragment. What i am looking for is to switch between the tabs programatically.
For eg: if i am in tab4. On ...
0
votes
2answers
71 views
TabHost without extending TabActivity
Android 2.3.3
I am just giving a try on how to implement TabHost without extending TabActivity. I get an IllegalArgumentException. Please have a look at the code below. I am not trying to do ...
0
votes
2answers
55 views
Implement a ViewPager inside a TabHost
I'm implementing one application that have a tabhost with several tabs.
I have one tab called schedule, that when i selected this tab i need to see a schedule grid that allow swipping to left and ...
0
votes
0answers
57 views
Customize screen in ZXING scanner for android
I am working on android zxing project , In that I need to add zxing scanner in tabbar (Host controller) I tried to resize zxing view but not succeeded, also I tried to set tabbar on zxing camera ...







