tabactivity
Why aren't my Android Tab's Working Properly?
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?[详细]
2023-03-03 05:42 分类:问答how to show all of my component in the tab layout?
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[详细]
2023-03-02 09:35 分类:问答setListAdapter method is not working with TabActivity
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[详细]
2023-03-02 03:40 分类:问答Android - TabActivity inner Activities
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[详细]
2023-03-01 21:27 分类:问答Call custom method in started Activity from TabActivity on Button click
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[详细]
2023-03-01 02:19 分类:问答Android ActivityGroup back first activity on click
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[详细]
2023-02-28 19:18 分类:问答onItemClickListener in listview not working with TabActivity in Android
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[详细]
2023-02-28 04:48 分类:问答Android TabActivity Back Button Functionality with Multiple Child Activities
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[详细]
2023-02-26 00:39 分类:问答Android: onActivityResult() is not calling
I\'m facing with a problem relatedonActivityResult(). I use TabActivity as a main Activity. Each of the tabs is activityGroup.[详细]
2023-02-22 12:36 分类:问答Passing "events" from child tab content Activity to parent TabActivity
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[详细]
2023-02-20 22:06 分类:问答