activitygroup
Using ActivityGroup to switch between Views is causing StackOverflowError
I have a program with 4 different tabs. One of these tabs is an ActivityGroup which has a ListView in it. When I click on one of the list items, it switches to WebActivity:[详细]
2023-04-13 09:42 分类:问答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 - Passing the main activity around
I have a several activities in my app. The main activity (activity1) extends ActivityGroup (I need to support 2.2 and above, so I cant use fragments).[详细]
2023-04-09 19:48 分类:问答ActivityGroup is Deprecated
I am making android application containing three tabs.. On third tab there is login screen.. when i click on login button ...i want to replace the activity with activity containing list view and log[详细]
2023-04-08 18:00 分类:问答Android Activity-Lifecycle... how to avoid onDestroy()?
I have an App, which uses an ActicityGroup to have a stack of Activitys. If I start a new Activity, I do this as Child of my ActivityGroup. Lets assume I\'m in my starting Activity (1), and I start a[详细]
2023-04-05 03:39 分类:问答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 分类:问答How to launch new Activity within TabHost
I\'m using TabHost to display 3 tabs within my application (dashboard, orders and customers). Each of these is a seperate Activity containing a ListView and is working correctly. They all feature an \[详细]
2023-04-02 21:08 分类:问答ActivityGroup switch view with animation
So I have this ActivityGroup in which I show 2 开发者_如何学PythonActivities. When I\'m switching I want to have this transition effect, the current view sliding to the left out of the screen, the new[详细]
2023-04-01 19:42 分类:问答How to get ActivityGroup to get result from child activity
So Here\'s the basic structure of my program Activity A (TabHost) --> Tab 1 (ActivityGroup) --> MainTab1Activity1[详细]
2023-03-30 22:48 分类:问答Android-Problem in Menu of Activity in Activity Group
I have used a technique (http://united-coders.com/nico-heid/use-android-activitygroup-within-tabhost-to-show-different-activity)[详细]
2023-03-30 08:44 分类:问答