activity-stack
Previous Activity does not come on pressing back button
I am calling one activity from anothe开发者_运维技巧r using following code. if(position==4) { Intent intent = new Intent();[详细]
2023-04-01 20:32 分类:问答Android - Activity stacks, bringing current activity to front and disabling back key
I have an application which has the following activities; Login -> Home Area -> Interaction recorder (touch screen to record interaction)[详细]
2023-03-28 12:24 分类:问答android new task and activity stack issue
I have my launcher activity (A) set to \"singleTop\". Now there is something in notification bar. User clicks on it. So I start activity in receiver with[详细]
2023-03-10 11:15 分类:问答Activity not running in background in android
When clicking on the home button and restarting the application again, it starts from the first screen rather than staying at the screen I left.[详细]
2023-03-08 22:53 分类:问答Activity restarts on Force Close
I have an Application with a single root Activity. I\'ve recently had it brought to my attention that any kind of Force Close on my Activity results in it restarting and I have no idea why this might[详细]
2023-03-08 17:00 分类:问答Start Activity inside the Task
Is there any way in Android to start Activity over 开发者_StackOverflowthe current one and not to the top of task.[详细]
2023-03-03 03:01 分类:问答Cannot set both FLAG_ACTIVITY_SINGLE_TOP and FLAG_ACTIVITY_CLEAR_TOP in one intent?
I\'m using flag FLAG_ACTIVITY_SINGLE_TOP and FLAG_ACTIVITY_CLEAR_TOP to go back to my previous \"standard\" activity. I use FLAG_ACTIVITY_SINGLE_TOP to prevent re-creating a new instance. But what I f[详细]
2023-02-23 07:53 分类:问答How to show activity from activity stack
i need some help about activity stack. In my app i have 6 screens user navigate from 1-->2-->3-->4-->[详细]
2023-02-20 00:10 分类:问答Prevent Activity Stack from being Restored?
When an application\'s process is killed, its activity stack is saved. Then when the application is restarted, all my activities resume and run into null pointers. Rather than modify every activity to[详细]
2023-02-19 07:32 分类:问答How to remove the Activity in the bottom of the Activity Stack?
In my application I have about a dozen of Activities. However, most of these have some shortcut-buttons, so the user can start the most important ones from anywhere in the app. This means, that the us[详细]
2023-02-11 07:04 分类:问答