tabactivity
Set a Tab from an activity
I have a TabActivity and inside 5 tabs with 5 activities each one. I want to set one of my tabs but not from the TabActivity(clicking on the tab on the top) but from an activity of any tab, for exampl[详细]
2023-03-16 04:53 分类:问答Android calling to display anther Tab within a tab
In my appliaction I\'m using TabActivity. 开发者_JAVA百科I\'d like to change the current Tab within another tab.[详细]
2023-03-15 10:47 分类:问答setCurrentTab of a tabHost
I\'m asking if we can call a setCurrentTab on a tabhost from another class than the class that contains the tabhost and tabspecs?[详细]
2023-03-14 04:56 分类:问答Android app layout help
I\'m building a screen with this design: a tabActivity (call it \"MAIN tabhost\") its tabwidget is at the bottom of the screen[详细]
2023-03-13 18:34 分类:问答Getting Nullpointer exception when UnitTesting Android TabActivity
I am currently unittesting the sample TabLayout from android website. I am getting a NullPointerException when unittesting it like this:[详细]
2023-03-11 12:58 分类:问答getTabHost() is returning null
I am following the directions for a TabLayout.Everything is pretty much an exact copy from that page.[详细]
2023-03-10 00:57 分类:问答TabActivity, nested Activities in Tabs and onActivityResult
I have main TabActivity in my project which contains nested activities in each tab. In nested activity i call standart camera application with startActivityForResult() and try to handle开发者_运维百科[详细]
2023-03-08 05:25 分类:问答Android: TabHost Activity acting weird after kill / OnSaveInstanceState not called
I am not sure if I am doing something wrong, but as I just stumbled upon a similar bug, it might be another bug as well. I was wondering if you could confirm this or even know a solution?[详细]
2023-03-08 03:09 分类:问答Charts in TabActivity?
In my Android app I have a TabActivity, with 3 tabs. In one of them I want to display a chart. I made the chart but I don\'t know how to display in my tab. Is it possible?[详细]
2023-03-07 00:36 分类:问答onKeyDown or onBackPressed in a parent activity
I have a TabActivity that shows other Activities as the content based on which tab is selected. What I want to do is from the \'parent\' Activity try to capture the back key press, but neither onKeyDo[详细]
2023-03-06 01:18 分类:问答