Have the following view in my app: <TabHost xmlns:android=\"http://schemas.android.com/apk/res/android\"
So Here\'s the basic structure of my program Activity A (TabHost) --> Tab 1 (ActivityGroup) --> MainTab1Activity1
Is it possible to remove the icon (indicator) and the space between the text and the top of a Tab in a TabHost/TabWidget? I just want to diplay the text, but i can\'t.
I have an app that needs tabs with one list in the content of each tab. Those lists need to refresh several times without changing the tab. The lists represent trees of possible choices, so the user c
EventsActivity is one of my tabs (3 tabs have 3 activities). The question is: Can this Activity be displayed as a list? If yes, which list should I use (SimpleList, ArrayList, etc.)?
I\'ve always used Xcode in the past so now I\'m trying to learn Android and I\'m using Eclipse I follow开发者_StackOverflowed all the steps outlined in http://developer.android.com/resources/tutorial
In my app I have 2 tabs. Each tab showing a different Activity. In activity_1 I manage a global array of strings - add and delete options are available.
I have a tabHost, with to tabs and an activity each one of them. In the tabHost i also have a menu, with the save action. when i press the save in the menu,
I\'ve been just looking at the demo and code for the ViewPager class in the android compatibility library; http://developer.android.com/resources/samples/Support4Demos/src/com/example/android/supportv
how can i Reduce Tab height and align text on top? import android.app.TabActivity; import android.content.Intent;