activitygroup
Back button exiting application in android
I\'m a bit puzzeled, I have an application which has 5 tabs in tabHost. Each tab has an activityGro开发者_JS百科up, which further has a parent and a child activity. The parent activity contains list o[详细]
2023-03-03 02:34 分类:问答How to animate Activities of ActivityGroup
I am using an ActivityGroup and want a slide_in_up transition while new activity is started. I am currently using overridePendingTransition(...) method but it has no effect on animation.[详细]
2023-03-02 22:47 分类:问答Switch activities using ActivityGroup in tab(Android)
In the transition between activities(using ActivityGroup in tabs) error: 04-26 08:46:04.599: ERROR/AndroidRuntime(992): java.lang.StackOverflowError[详细]
2023-02-28 23:36 分类:问答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 分类:问答Activity group does not refresh activities when back button is clicked
I have a tabhost on my application and I\'m using an Activity group which handles 3 activities inside.[详细]
2023-02-28 01:34 分类:问答When I open soft keyboard in child activity of activity group.Tabs shifted upward in Android
When I open soft keyboard in child activity of activity group.Tabs shifted upward here 开发者_Go百科is the images for the problem.[详细]
2023-02-24 06:00 分类:问答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 分类:问答Finish activity from activity group
I h开发者_Go百科ave a problem look like this. I have 5 activity group and 1 tabHost with 5 tab and every tab is attached with one activity group. In each activity group a Login activity.[详细]
2023-02-22 07:59 分类:问答ANDROID :How to start an existing activity as new activity from stack
I am using ActivityGroup in my application. I am starting each activity by : Window objWindow= getLocalActivityManager().startActivity(argActivityId,argIntent);[详细]
2023-02-20 06:23 分类:问答About TabActivity,ActivityGroup,and Activity
I have开发者_Go百科 a TabActivity,which host an ActivityGroup.the ActivityGroup started an activity,When I press the back button,which \"onBackPressed\" Method will be called?If you have not overridde[详细]
2023-02-17 09:24 分类:问答