android-tabhost Questions

0

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 g...
Alain asked 16/5, 2013 at 9:12

4

Solved

I wanted to see if anyone has had success with customization of tabs using FragmentTabHost that comes with the new Android API level 17. I was excited to be able to nest a tabHost within my ViewP...
Cazzie asked 3/12, 2012 at 15:23

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 ...

2

I have an app with hierarchy like this: FragmentTabHost (Main Activity) - Fragment (tab 1 content - splitter view) - Fragment (lhs, list) - Framment (rhs, content view) - Fragment (tab 2 conte...

3

Solved

Hello How I can create bottom TabWidget in FragmentTabHost ? My xml looks line this: <?xml version="1.0" encoding="utf-8"?> <LinearLayout android:layout_width="match_parent" android...

1

Solved

I have a fragmentActivity where I build a tabHost and in each tab there is a Fragment. Well, I haver four tabs 3 with info and 1 with a fragment where is included a google-map-v2 (is a fragmentMAp ...

3

Solved

View hierarchy is as follows TabActivity -> ActivityGroups -> Activities. Using MAT I found that TabWidget is referenced by TabHost which is referenced by InputMethodManager, hence TabWidget is le...
Son asked 24/4, 2011 at 9:31

4

Is it possible to style the Android Tabhost to look like that of the iPhone? If not, is there any open source code that can show how to create Bottom Tabs for Android ? (source: appshopper....
Branum asked 20/4, 2010 at 18:38

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

4

I want to create tabs without extending TabActivity. (The reason is that TabActivity cannot handle a custom titlebar as it seems). I have public class startTab extends Activity { @Override publ...
Frederiksen asked 2/7, 2010 at 7:15

1

Solved

I am working on a TabHost with a WebView inside of each Fragment. What I do is: for(int i = 0; i < numberOfTabs; i++){ mTabManager.addTab(mTabHost.newTabSpec(tabNames[i]).setIndicator(tabNames...

3

Solved

I'm trying to change the TabWidget text color, without success, even though I've tried different way to change it (see code below.) My background tabs is an image: for (int i = 0; i < tabHost....
Alastair asked 25/6, 2012 at 15:58

2

I've found some discussions related to this issue but nothing clear or definitive. Building a tab-based application, one seems forced to choose between (A) using TabHost with Activities for each ...
Kristinkristina asked 16/11, 2012 at 15:56

1

Since the TabActivity is deprecated I tried to replace it with Fragments which has been already mentioned in developer android website. But as you guys already know there was an issue about replaci...
Martinemartineau asked 12/10, 2012 at 7:18

1

I am working on an Android App where I want to implement an Activity Group for each tab. But since Activity Group is deprecated I have to use Fragments. I googled the last days and did some researc...
Synchronism asked 22/10, 2012 at 17:58

1

Solved

Quick question, Whats the difference between actionbar and tabhost. I used to use tabhost and add tabs to it. Then I was asked to use actionbar and reading about it, it seems it is just another wa...
Variety asked 7/10, 2012 at 19:46

2

I have a layout with EditText and TabHost containing 2 tabs. Android 1.6. I use hardware keyboard in following case. Steps to reproduce: When activity is displayed the EditText gains focus. As ...
Ikeikebana asked 15/7, 2010 at 9:52

2

Solved

I'm trying to modify Tabs1.java from the Android API Demos 16 (and run on an API 16 emulator) to use a standard Activity rather than the deprecated TabActivity class. I've created a new layout file...
Cookstove asked 18/9, 2012 at 16:19

2

Solved

I'm working on an Android Application which uses the Tab Host icons downloaded from internet and Icon size is 30x30. for(int i = 0; i < titleNames.size(); i++) { intent = new Intent().setClas...
Backsaw asked 17/5, 2012 at 7:34

1

Solved

I have to say I'm pretty lost when it comes to designing tabbed layouts on Android right now. The platform developers seem to be evolving the design faster than I can figure out their intentions. ...

2

Solved

Since TabActivity is deprecated I need to find a way to do it with Fragments. I have worked with Fragments before I know how it works but I need a guide to create my tab host with FragmentActivitie...

3

Solved

I am trying to implement some simple tabs in an activity. I think I have the xml code ok (I am using the minimal tabHost/widget/FrameLayout found in example code), I am however having issues ...
Sabol asked 7/9, 2012 at 13:0

4

Solved

I'm trying to add an animation to my TabActivty. For example, when the user select the 2nd tab, I want the new activity comes from the right. When the user select the first tab, I want the activity...
Pardoes asked 4/4, 2012 at 10:17

2

I am new to Android and in my project I have requirement i.e I have six tabs but I show only three tabs on screen and for rest of tabs I use ScrollView.Here selected tab item must be in the middl...

5

Solved

I have an activity that has a TabHost containing a set of TabSpecs each with a listview containing the items to be displayed by the tab. When each TabSpec is created, I set an icon to be displayed ...
Goblet asked 31/8, 2008 at 14:36

© 2022 - 2024 — McMap. All rights reserved.