tabactivity
TabActivity with ActivityGroup and PreferenceActivity child
I have a TabActivity where each tab has ActivityGroup. On the home ActivityChild of the first group I have an menu option, which gives to the user the option to open preferences.[详细]
2023-04-12 05:02 分类:问答Android :Changing tabs on Fling Gesture Event- not working for ListActivity inside TabActivity
I have a tabactivity with three tabs. One of the tab contains ListActivity and two others contains simple Activity. And i have implemented OnGestureListener to change the tab on fling event.[详细]
2023-04-08 06:18 分类:问答How to change title of a Tab in TabActivity
I have TabActivity with tabs on bottom which is composed of several different activities like this: public class HomeScreen extends TabActivity {[详细]
2023-04-07 22:53 分类:问答Interchange data between TabActivity and its sub-Activities. Possible?
I have a list of locations saved in the TabActivity. The TabActivity has 2 sub-activities: a map and a list. So i want to get the location-list to the sub-activities to show them there. I know that i[详细]
2023-04-06 23:55 分类:问答TabHost shows default Activity after showing new activity for a while
Thanks for reading. I am facing a problem where when I start a new Activity in my TabHost, the new Activity only shows up for a few seconds before returning to the default Activity in that Tab.[详细]
2023-04-06 09:03 分类:问答How to test a TabActivity extended class without running into exceptions when adding tabs?
I\'m getting the following trace: java.lang.NullPointerException at android.app.LocalActivityManager.startActivity(LocalActivityManager.java:277)[详细]
2023-04-05 17:33 分类:问答How to refresh a ListActivity within a TabView?
The tab activity queries the database and binds the result to the list view. The problems is when i clicked on the delete button, it works but the list view did not refresh.[详细]
2023-04-05 11:41 分类:问答Return result from activity inside TabActivity
I have a TabActivity with two Activities. One Li开发者_如何学编程stView for the inbox and another for the outbox.[详细]
2023-04-04 14:01 分类:问答Start Activity in TabActivity1 from TabActivity2
So in my application I\'m using two different Tabhosts.Here is an example TABHOST1 Contains : TAB1| TAB2 | TAB3 | TAB4 | TAB5[详细]
2023-03-26 16:55 分类:问答How can i searching in TabActivity for each activity in tab
When i don\'t have tab. It can show data ok But when i add tab, Then i sea开发者_JAVA技巧rch. It can not show data[详细]
2023-03-24 20:00 分类:问答