I have a TabActivity that has a TabHost with two tabs. Each tab has its own intent. It seems like the intent\'s onResume() fires before I can detect if a tab was changed. How can I resolve this?
i am facing a problem and wish you help me.. i am using tabs in my code and and i added a lot of component in it (Buttons , ImageButtons, etc..) and i put this layout in the center of the screen and
I have a TabActivity with 3 tabs, one of them has a ListActivity. here is my problem, with the method setListAdapter i cant click on the other two tabs anymore. i dont know why. is there a way to solv
i\'m just struggling around with a TabActivity in my android app. I have a Service that holds a tcp socket connection to a server. The TabActivity has a connection to that service. Because all Activit
I creat 4 intents of activities(which i add to TabHost) in my main TabActivity. I also have button with onClick method. When this button is clicked i put some extras in intent of activity Rezultati. N
I have an application with a TabActivity containing ActivityGroup. Each tabs works fine, but for one specific tab I want to go back to the first child activity when there\'s a click on it (whenever we
I have made an application which has various tabs. Each tab has a different ListActivity. When i start the application with the TabWidget as Launcher and click on a tab the list of items appear but on
i have TabActivity in android project which contains some tabs. In each tab i can open various activities, and after open it in 开发者_运维百科a tab i want go back to previous activity in same tab, bu
I\'m facing with a problem relatedonActivityResult(). I use TabActivity as a main Activity. Each of the tabs is activityGroup.
I setup a basic TabActivity very similar to Google\'s tab tutorial. However, above the TabWidget I have a TextView that I\'d like to update and change the text after certain events get fired in each c