android-tabhost Questions
3
Solved
I've been trying to implement the tab UI described in this tutorial: https://developer.android.com/resources/tutorials/views/hello-tabwidget.html
I follow all the steps described in the process bu...
Gomuti asked 23/2, 2010 at 15:48
1
Solved
I've been trying to get my ads to display in this type of layout.
Tabs -> LinearLayout -> ListView -> header. The header is set via addHeaderView and is displaying normally. If I were to move the a...
Pose asked 14/9, 2010 at 1:58
3
Solved
I have a tabhost with some tabs, and each tab have implemented the method onresume, because I need to reload all the data from a remote database each time the user enter again in a tabhost, not onl...
Dromous asked 17/12, 2010 at 18:13
1
Solved
I'm having a really hard time understanding how to use custom tabs in android. I don't want to just be able to set the text and stuff. How can I change the size, and the image, and all that.
...
Ordinarily asked 11/10, 2010 at 5:58
1
Solved
I'm very new to Android (like 2 days), but I'm experienced with other layout toolkits. I'm trying to put an AdView below a TabHost, and it seems that I can either get the TabWidget or the AdView to...
Hippogriff asked 18/9, 2010 at 13:45
2
I'm trying to get my tabicon to change when a tab is pressed (i.e. when it changes color when you press the tab, but haven't released yet). I've created a selector as follows:
<?xml version="1....
Tisatisane asked 16/9, 2010 at 10:18
2
MyCode:
public class MainActivity extends Activity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
final T...
Morez asked 17/7, 2010 at 17:19
1
Solved
Im in the conceptualizing/design phase of building an app and i've hit a bit of a snag. Essentially i was looking for a way to embed one activity into the UI of another similar to how a TabHost/Tab...
Anterior asked 16/7, 2010 at 13:25
3
I'm trying to create multiple Tabs, each with a different Activity. The only downside is i'm using a custom layout file thus my class extends an Activity rather than a TabActivity. While trying to ...
Swarm asked 23/6, 2010 at 15:26
4
Solved
I have been attempting to implement the 'advanced' tabwidget example from google. But, when it tries to call tabHost.addTab(spec); I get a stack trace from the debugger. Sorry, I don't have the sta...
Abscess asked 5/2, 2010 at 18:26
2
Solved
I tried to use a background (480x320) for my tab content. Using a xml as drawable, I should be able to scale the image. This works fine outside the tabhost/tabactivity. If I try to use it inside th...
Housen asked 9/3, 2010 at 14:2
© 2022 - 2024 — McMap. All rights reserved.