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
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.
In the transition between activities(using ActivityGroup in tabs) error: 04-26 08:46:04.599: ERROR/AndroidRuntime(992): java.lang.StackOverflowError
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 a tabhost on my application and I\'m using an Activity group which handles 3 activities inside.
When I open soft keyboard in child activity of activity group.Tabs shifted upward here 开发者_Go百科is the images for the problem.
I\'m facing with a problem relatedonActivityResult(). I use TabActivity as a main Activity. Each of the tabs is activityGroup.
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.
I am using ActivityGroup in my application. I am starting each activity by : Window objWindow= getLocalActivityManager().startActivity(argActivityId,argIntent);
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